mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/events] Adding ledge display_custom_bbcodes
Used by phpBB Gallery PHPBB3-9550
This commit is contained in:
parent
69407cae7b
commit
1a7f83948e
1 changed files with 2 additions and 0 deletions
|
@ -888,6 +888,8 @@ function display_custom_bbcodes()
|
|||
$i++;
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
$phpbb_dispatcher->dispatch('core.display_custom_bbcodes');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue