aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-08-11 07:31:59 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-08-11 07:31:59 +0200
commit48ce9f5e9d0730f508c10a88577ae7b7368a5449 (patch)
tree6425bd3af1889b6ac686d67b376472884cc7e35e /phpBB/includes/mcp/mcp_queue.php
parent71c9e6c67c379f818b9a783277692a90ab7cf3d9 (diff)
parent43a309ce2b952ac2578c1a392376f27cb10b8cfd (diff)
downloadforums-48ce9f5e9d0730f508c10a88577ae7b7368a5449.tar
forums-48ce9f5e9d0730f508c10a88577ae7b7368a5449.tar.gz
forums-48ce9f5e9d0730f508c10a88577ae7b7368a5449.tar.bz2
forums-48ce9f5e9d0730f508c10a88577ae7b7368a5449.tar.xz
forums-48ce9f5e9d0730f508c10a88577ae7b7368a5449.zip
Merge pull request #2867 from prototech/ticket/12967
[ticket/12967] Fix undefined variable phpbb_dispatcher error.
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r--phpBB/includes/mcp/mcp_queue.php1
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);