aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-02-11 15:21:00 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-02-11 21:48:20 +0100
commitf27cdad73e7a4af913414522d85855136bf50b31 (patch)
tree33ce0eb4d82bdf011b6235b60daea812c3902982 /phpBB/includes/functions_user.php
parent59ad9401d9db8c6b6612f01f7b295f12c4cdccf7 (diff)
parent45199adebdfc00f436a719de1c5772429367b756 (diff)
downloadforums-f27cdad73e7a4af913414522d85855136bf50b31.tar
forums-f27cdad73e7a4af913414522d85855136bf50b31.tar.gz
forums-f27cdad73e7a4af913414522d85855136bf50b31.tar.bz2
forums-f27cdad73e7a4af913414522d85855136bf50b31.tar.xz
forums-f27cdad73e7a4af913414522d85855136bf50b31.zip
Merge branch '3.1.x' into 3.2.x
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 8e1a9007e3..ed69264980 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -276,7 +276,7 @@ function user_add($user_row, $cp_data = false, $notifications_data = null)
* @var array cp_data Array of Custom profile fields submited to user_add
* @var array sql_ary Array of data to be inserted when a user is added
* @since 3.1.0-a1
- * @change 3.1.0-b5
+ * @changed 3.1.0-b5 Added user_row and cp_data
*/
$vars = array('user_row', 'cp_data', 'sql_ary');
extract($phpbb_dispatcher->trigger_event('core.user_add_modify_data', compact($vars)));