diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-10-16 16:32:40 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-10-16 16:32:40 +0200 |
commit | 3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad (patch) | |
tree | 4f20a28e18982eb2b40e5258f09b124c11f11ef2 /phpBB/posting.php | |
parent | e04a06ab94ed5057ae050c48a14eba3b5ee99459 (diff) | |
download | forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar.gz forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar.bz2 forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.tar.xz forums-3c9a8a3788f4dda1ef16430f16d6392a9e6f8dad.zip |
[ticket/11924] Fix some minor issues with the php event docs
PHPBB3-11924
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 396b320eac..e29b74af65 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -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(); |