mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12967] Fix undefined variable phpbb_dispatcher error.
PHPBB3-12967
This commit is contained in:
parent
e0d377bca7
commit
43a309ce2b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue