aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorpaulsohier <paul999@phpbb.com>2015-01-24 20:26:51 +0100
committerpaulsohier <paul999@phpbb.com>2015-01-24 20:26:51 +0100
commit0cfa9779532e820ee9d0e40376f7587634dc2417 (patch)
tree54c62788516c12f48727f50872bd402a8d394e3e /phpBB/includes
parentc86e5e8514055ade4cdf17d63feaf450d1e8bd69 (diff)
downloadforums-0cfa9779532e820ee9d0e40376f7587634dc2417.tar
forums-0cfa9779532e820ee9d0e40376f7587634dc2417.tar.gz
forums-0cfa9779532e820ee9d0e40376f7587634dc2417.tar.bz2
forums-0cfa9779532e820ee9d0e40376f7587634dc2417.tar.xz
forums-0cfa9779532e820ee9d0e40376f7587634dc2417.zip
[ticket/13542] Added sentenence of what is changed in the event
PHPBB3-13542
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/ucp/ucp_prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_prefs.php b/phpBB/includes/ucp/ucp_prefs.php
index 6a990e2e0f..1d3fb19f67 100644
--- a/phpBB/includes/ucp/ucp_prefs.php
+++ b/phpBB/includes/ucp/ucp_prefs.php
@@ -69,7 +69,7 @@ class ucp_prefs
* @var array data Array with current ucp options data
* @var array error Array with list of errors
* @since 3.1.0-a1
- * @changed 3.1.4-rc1
+ * @changed 3.1.4-rc1 Added error variable to the event
*/
$vars = array('submit', 'data', 'error');
extract($phpbb_dispatcher->trigger_event('core.ucp_prefs_personal_data', compact($vars)));