aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2015-05-06 01:14:08 +0200
committerNicofuma <github@nicofuma.fr>2015-05-06 01:14:08 +0200
commit5f18cf4cfbe8d33fa35fd9427cd9af62fd74c5c3 (patch)
tree0486355da9dd6aac3baddb6aeb68c96f899880ec /phpBB/includes
parent636524fa5686eeb6de6d9fe3c60e8c3e565e09a7 (diff)
parent5e99c09abe2621dd7c77dd2a439b62c64d3aa15d (diff)
downloadforums-5f18cf4cfbe8d33fa35fd9427cd9af62fd74c5c3.tar
forums-5f18cf4cfbe8d33fa35fd9427cd9af62fd74c5c3.tar.gz
forums-5f18cf4cfbe8d33fa35fd9427cd9af62fd74c5c3.tar.bz2
forums-5f18cf4cfbe8d33fa35fd9427cd9af62fd74c5c3.tar.xz
forums-5f18cf4cfbe8d33fa35fd9427cd9af62fd74c5c3.zip
Merge branch '3.1.x'
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 cbaa71c33e..215a870007 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 Added error variable to the event
+ * @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)));