[ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php

PHPBB3-13057
This commit is contained in:
Tristan Darricau 2014-09-11 22:01:09 +02:00
parent 7d6ceb81c1
commit 7b4c5bdd34

View file

@ -36,7 +36,7 @@ class mcp_reports
function main($id, $mode)
{
global $auth, $db, $user, $template, $cache;
global $config, $phpbb_root_path, $phpEx, $action, $phpbb_container;
global $config, $phpbb_root_path, $phpEx, $action, $phpbb_container, $phpbb_dispatcher;
include_once($phpbb_root_path . 'includes/functions_posting.' . $phpEx);