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:
commit
48ce9f5e9d
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user