mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for events
PHPBB3-12060
This commit is contained in:
@@ -24,7 +24,7 @@ class acp_bbcodes
|
|||||||
|
|
||||||
function main($id, $mode)
|
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;
|
global $config, $phpbb_root_path, $phpbb_admin_path, $phpEx;
|
||||||
|
|
||||||
$user->add_lang('acp/posting');
|
$user->add_lang('acp/posting');
|
||||||
|
Reference in New Issue
Block a user