mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/11924] Fix some minor issues with the php event docs
PHPBB3-11924
This commit is contained in:
@@ -1525,7 +1525,7 @@ $template->assign_vars(array(
|
||||
* @event core.posting_modify_template_vars
|
||||
* @since 3.1-A1
|
||||
*/
|
||||
$phpbb_dispatcher->trigger_event('core.posting_modify_template_vars');
|
||||
$phpbb_dispatcher->dispatch('core.posting_modify_template_vars');
|
||||
|
||||
// Build custom bbcodes array
|
||||
display_custom_bbcodes();
|
||||
|
Reference in New Issue
Block a user