1
0
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:
Joas Schilling
2013-10-16 16:32:40 +02:00
parent e04a06ab94
commit 3c9a8a3788
4 changed files with 9 additions and 9 deletions

View File

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