1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-20 16:41:26 +02:00

[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 $config, $phpbb_root_path, $phpEx, $action, $phpbb_container;
global $phpbb_dispatcher;
include_once($phpbb_root_path . 'includes/functions_posting.' . $phpEx);