mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16023] Add core.message_history_modify_template_vars
PHPBB3-16023
This commit is contained in:
parent
0a3fb27d47
commit
411f4ac817
1 changed files with 1 additions and 1 deletions
|
@ -2118,7 +2118,7 @@ function message_history($msg_id, $user_id, $message_row, $folder, $in_post_mode
|
||||||
* @event core.message_history_modify_template_vars
|
* @event core.message_history_modify_template_vars
|
||||||
* @var array template_vars Array containing the query
|
* @var array template_vars Array containing the query
|
||||||
* @var array row Array containing the action user row
|
* @var array row Array containing the action user row
|
||||||
* @since 3.2.6
|
* @since 3.2.8-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'template_vars',
|
'template_vars',
|
||||||
|
|
Loading…
Add table
Reference in a new issue