aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorWardormeur <wardormeur@gmail.com>2015-10-06 08:56:44 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-12-07 22:35:04 +0100
commitffbc2d02d7920b093eeb852c41a82bf2c5b1bb21 (patch)
treee7c6abcffcb57668f65c9e8005add9bd5824feff /phpBB/includes/functions_user.php
parent2419f63aab8b1d164511e1688228ef8b11e2d515 (diff)
downloadforums-ffbc2d02d7920b093eeb852c41a82bf2c5b1bb21.tar
forums-ffbc2d02d7920b093eeb852c41a82bf2c5b1bb21.tar.gz
forums-ffbc2d02d7920b093eeb852c41a82bf2c5b1bb21.tar.bz2
forums-ffbc2d02d7920b093eeb852c41a82bf2c5b1bb21.tar.xz
forums-ffbc2d02d7920b093eeb852c41a82bf2c5b1bb21.zip
[ticket/14213] Fix version number
for core.group_add_user_after event PHPBB3-14213
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 123a893f23..b702deba55 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -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)));