1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-02 23:12:46 +02:00

Merge branch '3.1.x' into 3.2.x

This commit is contained in:
Marc Alexander 2017-02-11 22:04:01 +01:00
commit 9b4d455726
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -945,7 +945,9 @@ if ($submit || $preview || $refresh)
* is posting a new topic or editing a post)
* @var bool refresh Whether or not to retain previously submitted data
* @var object message_parser The message parser object
* @var array error Array of errors
* @since 3.1.2-RC1
* @changed 3.1.11-RC1 Added error
*/
$vars = array(
'post_data',
@ -960,6 +962,7 @@ if ($submit || $preview || $refresh)
'cancel',
'refresh',
'message_parser',
'error',
);
extract($phpbb_dispatcher->trigger_event('core.posting_modify_message_text', compact($vars)));