mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12060] Add $update_this_message var to the core event
PHPBB3-12060
This commit is contained in:
parent
b1e05be6ea
commit
0156136c85
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ class parse_message extends bbcode_firstpass
|
||||||
* @var bool allow_smilies Allow smilies switch
|
* @var bool allow_smilies Allow smilies switch
|
||||||
* @since 3.1-A3
|
* @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)));
|
extract($phpbb_dispatcher->trigger_event('core.modify_text_for_format_display_after', compact($vars)));
|
||||||
|
|
||||||
$this->message = $text;
|
$this->message = $text;
|
||||||
|
|
Loading…
Add table
Reference in a new issue