diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-08-11 07:32:27 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-08-11 07:32:27 +0200 |
commit | 6f804018d077e92ddb119b5dc64935c059ba74a1 (patch) | |
tree | 65881586ac7b89b6f7e8250c25da0fa39767926a /phpBB/includes/mcp/mcp_queue.php | |
parent | 8f1b261500bc4f3766cccc12650a0afc3c16152e (diff) | |
parent | 48ce9f5e9d0730f508c10a88577ae7b7368a5449 (diff) | |
download | forums-6f804018d077e92ddb119b5dc64935c059ba74a1.tar forums-6f804018d077e92ddb119b5dc64935c059ba74a1.tar.gz forums-6f804018d077e92ddb119b5dc64935c059ba74a1.tar.bz2 forums-6f804018d077e92ddb119b5dc64935c059ba74a1.tar.xz forums-6f804018d077e92ddb119b5dc64935c059ba74a1.zip |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_queue.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php index 54b31c642a..b7e47163a6 100644 --- a/phpBB/includes/mcp/mcp_queue.php +++ b/phpBB/includes/mcp/mcp_queue.php @@ -37,6 +37,7 @@ class mcp_queue { global $auth, $db, $user, $template, $cache, $request; global $config, $phpbb_root_path, $phpEx, $action, $phpbb_container; + global $phpbb_dispatcher; include_once($phpbb_root_path . 'includes/functions_posting.' . $phpEx); |