1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-24 20:17:58 +02:00

[ticket/12060] Add $update_this_message var to the core event

PHPBB3-12060
This commit is contained in:
Matt Friedman
2013-12-12 09:56:00 -08:00
parent b1e05be6ea
commit 0156136c85

View File

@ -1259,7 +1259,7 @@ class parse_message extends bbcode_firstpass
* @var bool allow_smilies Allow smilies switch
* @since 3.1-A3
*/
$vars = array('text', 'uid', 'allow_bbcode', 'allow_magic_url', 'allow_smilies');
$vars = array('text', 'uid', 'allow_bbcode', 'allow_magic_url', 'allow_smilies', 'update_this_message');
extract($phpbb_dispatcher->trigger_event('core.modify_text_for_format_display_after', compact($vars)));
$this->message = $text;