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:
@ -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;
|
||||
|
Reference in New Issue
Block a user