1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 12:33:29 +01:00

[ticket/14213] Fix version number

for core.group_add_user_after event

PHPBB3-14213
This commit is contained in:
Wardormeur 2015-10-06 08:56:44 +02:00 committed by Marc Alexander
parent 2419f63aab
commit ffbc2d02d7

View File

@ -2762,7 +2762,7 @@ function group_user_add($group_id, $user_id_ary = false, $username_ary = false,
* @var string group_name Name of the group
* @var array user_id_ary IDs of the users which are added
* @var array username_ary names of the users which are added
* @since 3.7
* @since 3.1.7-RC1
*/
$vars = array('group_id', 'group_name', 'user_id_ary', 'username_ary');
extract($phpbb_dispatcher->trigger_event('core.group_add_user_after', compact($vars)));