mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for events
PHPBB3-12060
This commit is contained in:
parent
2e33095177
commit
8f309a70db
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Reference in a new issue