From 7b4c5bdd348e89aca7de0cd33b4845c74c79872e Mon Sep 17 00:00:00 2001 From: Tristan Darricau <github@nicofuma.fr> Date: Thu, 11 Sep 2014 22:01:09 +0200 Subject: [PATCH] [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php PHPBB3-13057 --- phpBB/includes/mcp/mcp_reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php index 247b9d1651..804d48ea97 100644 --- a/phpBB/includes/mcp/mcp_reports.php +++ b/phpBB/includes/mcp/mcp_reports.php @@ -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);