aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-12-04 16:43:26 -0800
committerMatt Friedman <maf675@gmail.com>2013-12-04 16:43:26 -0800
commit8f309a70db9b4b0c9f59318cf198450c1ec17873 (patch)
tree205356714c3d925465368a0efaac42c8e32c69e8 /phpBB
parent2e33095177b4ce940844092e2ea2bd73ed1beaa1 (diff)
downloadforums-8f309a70db9b4b0c9f59318cf198450c1ec17873.tar
forums-8f309a70db9b4b0c9f59318cf198450c1ec17873.tar.gz
forums-8f309a70db9b4b0c9f59318cf198450c1ec17873.tar.bz2
forums-8f309a70db9b4b0c9f59318cf198450c1ec17873.tar.xz
forums-8f309a70db9b4b0c9f59318cf198450c1ec17873.zip
[ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for events
PHPBB3-12060
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/acp/acp_bbcodes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_bbcodes.php b/phpBB/includes/acp/acp_bbcodes.php
index c3e28c5b03..e4105f29bd 100644
--- a/phpBB/includes/acp/acp_bbcodes.php
+++ b/phpBB/includes/acp/acp_bbcodes.php
@@ -24,7 +24,7 @@ class acp_bbcodes
function main($id, $mode)
{
- global $db, $user, $auth, $template, $cache, $request;
+ global $db, $user, $auth, $template, $cache, $request, $phpbb_dispatcher;
global $config, $phpbb_root_path, $phpbb_admin_path, $phpEx;
$user->add_lang('acp/posting');