aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-09-12 00:52:24 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-09-12 00:52:24 +0200
commitf73e60935de68da776969bf7719d3ee26179ec70 (patch)
tree0fd7389a4baae0fe11d1cba2dd4f800706ffa276 /phpBB/includes
parentdd2a643e65ae77ca25ab49548d4a09bdea3f50c8 (diff)
parentf892646a8451d5ecf93d6edce55b17e4620acb18 (diff)
downloadforums-f73e60935de68da776969bf7719d3ee26179ec70.tar
forums-f73e60935de68da776969bf7719d3ee26179ec70.tar.gz
forums-f73e60935de68da776969bf7719d3ee26179ec70.tar.bz2
forums-f73e60935de68da776969bf7719d3ee26179ec70.tar.xz
forums-f73e60935de68da776969bf7719d3ee26179ec70.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php
Diffstat (limited to 'phpBB/includes')
-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);