diff options
author | Wardormeur <wardormeur@gmail.com> | 2015-10-06 08:54:48 +0200 |
---|---|---|
committer | Wardormeur <wardormeur@gmail.com> | 2015-10-06 08:54:48 +0200 |
commit | bf0596d0a1d7a4da54f5b6cf1c9af8b1d0b5958b (patch) | |
tree | e67c9290cd9f8a913eea9cba03a6d20619b15eac /phpBB/includes | |
parent | a11d97cb36eb427430d53b49018a870d39cae618 (diff) | |
download | forums-bf0596d0a1d7a4da54f5b6cf1c9af8b1d0b5958b.tar forums-bf0596d0a1d7a4da54f5b6cf1c9af8b1d0b5958b.tar.gz forums-bf0596d0a1d7a4da54f5b6cf1c9af8b1d0b5958b.tar.bz2 forums-bf0596d0a1d7a4da54f5b6cf1c9af8b1d0b5958b.tar.xz forums-bf0596d0a1d7a4da54f5b6cf1c9af8b1d0b5958b.zip |
[ticket/14212] Fix version number
for core.group_delete_user_after event
PHPBB-14212
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index b1509c22d0..fe370750d9 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -2941,7 +2941,7 @@ function group_user_del($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 removed * @var array username_ary names of the users which are removed - * @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_delete_user_after', compact($vars))); |