aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-20 21:00:49 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-20 21:00:49 +0100
commit7f3ad29c478a2825f8b29efef595f73318d955a0 (patch)
treebd63aa16c310bb125819dcb11bf4d420082567b1 /phpBB/includes/ucp/ucp_profile.php
parent33ea266dafc5f0a6c1808f42dd822623c9513148 (diff)
parente6e7d7040a169f041ae3a13b48dd2c9c3a265f79 (diff)
downloadforums-7f3ad29c478a2825f8b29efef595f73318d955a0.tar
forums-7f3ad29c478a2825f8b29efef595f73318d955a0.tar.gz
forums-7f3ad29c478a2825f8b29efef595f73318d955a0.tar.bz2
forums-7f3ad29c478a2825f8b29efef595f73318d955a0.tar.xz
forums-7f3ad29c478a2825f8b29efef595f73318d955a0.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index dd225783ab..c69dd7ef78 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -393,9 +393,10 @@ class ucp_profile
* @event core.ucp_profile_info_modify_sql_ary
* @var array cp_data Array with the user custom profile fields data
* @var array data Array with user profile data
+ * @var array sql_ary user options data we update
* @since 3.1.4-RC1
*/
- $vars = array('cp_data', 'data');
+ $vars = array('cp_data', 'data', 'sql_ary');
extract($phpbb_dispatcher->trigger_event('core.ucp_profile_info_modify_sql_ary', compact($vars)));
$sql = 'UPDATE ' . USERS_TABLE . '