[ticket/12967] Fix undefined variable phpbb_dispatcher error.

PHPBB3-12967
This commit is contained in:
Cesar G 2014-08-11 00:34:12 +02:00
parent e0d377bca7
commit 43a309ce2b

View file

@ -37,6 +37,7 @@ class mcp_queue
{ {
global $auth, $db, $user, $template, $cache, $request; global $auth, $db, $user, $template, $cache, $request;
global $config, $phpbb_root_path, $phpEx, $action, $phpbb_container; global $config, $phpbb_root_path, $phpEx, $action, $phpbb_container;
global $phpbb_dispatcher;
include_once($phpbb_root_path . 'includes/functions_posting.' . $phpEx); include_once($phpbb_root_path . 'includes/functions_posting.' . $phpEx);