aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-10 13:19:56 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-10 13:19:56 +0200
commit707568c49639930632b64099b0182ebc8deb1194 (patch)
treebd9da5fd7a7ee386bd5dea38be0b694456509703 /phpBB/includes/functions_acp.php
parent7ae2ceb5cf42123c82dd0a8f6d3a6a8d56be2d9c (diff)
parent917cd4dec7157845f82516ef440a51dc05d6799d (diff)
downloadforums-707568c49639930632b64099b0182ebc8deb1194.tar
forums-707568c49639930632b64099b0182ebc8deb1194.tar.gz
forums-707568c49639930632b64099b0182ebc8deb1194.tar.bz2
forums-707568c49639930632b64099b0182ebc8deb1194.tar.xz
forums-707568c49639930632b64099b0182ebc8deb1194.zip
Merge pull request #2846 from rxu/ticket/12943
[ticket/12943] Add core.phpbb_generate_debug_output core event * rxu/ticket/12943: [ticket/12943] Add core.phpbb_generate_debug_output core event
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index abf726581d..dc3d745d53 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -149,7 +149,7 @@ function adm_page_footer($copyright_html = true)
phpbb_check_and_display_sql_report($request, $auth, $db);
$template->assign_vars(array(
- 'DEBUG_OUTPUT' => phpbb_generate_debug_output($db, $config, $auth, $user),
+ 'DEBUG_OUTPUT' => phpbb_generate_debug_output($db, $config, $auth, $user, $phpbb_dispatcher),
'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '',
'S_COPYRIGHT_HTML' => $copyright_html,
'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited'),