aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-09-12 00:52:22 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-09-12 00:52:22 +0200
commitf892646a8451d5ecf93d6edce55b17e4620acb18 (patch)
tree11300ec339147b9055086d3bc12ca784683f1fd3
parent7d6ceb81c1891ad1cfe518b7f2f0cc62968ad21e (diff)
parent7b4c5bdd348e89aca7de0cd33b4845c74c79872e (diff)
downloadforums-f892646a8451d5ecf93d6edce55b17e4620acb18.tar
forums-f892646a8451d5ecf93d6edce55b17e4620acb18.tar.gz
forums-f892646a8451d5ecf93d6edce55b17e4620acb18.tar.bz2
forums-f892646a8451d5ecf93d6edce55b17e4620acb18.tar.xz
forums-f892646a8451d5ecf93d6edce55b17e4620acb18.zip
Merge pull request #2944 from Nicofuma/ticket/13057
[ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php * Nicofuma/ticket/13057: [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php
-rw-r--r--phpBB/includes/mcp/mcp_reports.php2
1 files changed, 1 insertions, 1 deletions
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);