mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15107] Add message_parser to event
https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
This commit is contained in:
parent
63f7fb1ea6
commit
d7c417de69
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ function generate_text_for_storage(&$text, &$uid, &$bitfield, &$flags, $allow_bb
|
|||
* @var int flags The BBCode Flags
|
||||
* @var string message_parser The message_parser object
|
||||
* @since 3.1.0-a1
|
||||
* @change 3.1.11-RC1
|
||||
* @changed 3.1.11-RC1 Added message_parser to vars
|
||||
*/
|
||||
$vars = array('text', 'uid', 'bitfield', 'flags', 'message_parser');
|
||||
extract($phpbb_dispatcher->trigger_event('core.modify_text_for_storage_after', compact($vars)));
|
||||
|
|
Loading…
Add table
Reference in a new issue