1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 00:02:18 +02:00

Merge pull request #2867 from prototech/ticket/12967

[ticket/12967] Fix undefined variable phpbb_dispatcher error.
This commit is contained in:
Marc Alexander 2014-08-11 07:31:59 +02:00
commit 48ce9f5e9d

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);