[ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for events

PHPBB3-12060
This commit is contained in:
Matt Friedman 2013-12-04 16:43:26 -08:00
parent 2e33095177
commit 8f309a70db

View file

@ -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');