mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15803] Fix since version
PHPBB3-15803
This commit is contained in:
parent
78732fd7c2
commit
8ed759545e
1 changed files with 1 additions and 1 deletions
|
@ -1448,7 +1448,7 @@ function handle_message_list_actions(&$address_list, &$error, $remove_u, $remove
|
|||
* @var object remove_g The variable for removing a group
|
||||
* @var object add_to The variable for adding a user to the [TO] field
|
||||
* @var object add_bcc The variable for adding a user to the [BCC] field
|
||||
* @since 3.1.7-RC1
|
||||
* @since 3.2.4-RC1
|
||||
*/
|
||||
$vars = array('address_list', 'error', 'remove_u', 'remove_g', 'add_to', 'add_bcc');
|
||||
extract($phpbb_dispatcher->trigger_event('core.message_list_actions', compact($vars)));
|
||||
|
|
Loading…
Add table
Reference in a new issue