aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2015-05-06 01:13:33 +0200
committerNicofuma <github@nicofuma.fr>2015-05-06 01:13:33 +0200
commit5e99c09abe2621dd7c77dd2a439b62c64d3aa15d (patch)
tree038b04223587c5431ab22e590f8b23dd63142430 /phpBB/includes
parent65b40f15f52ee53c3c5045aa90b59387b793cf59 (diff)
parent740be0507e209afda5eb954ab674e557c2d8f8f6 (diff)
downloadforums-5e99c09abe2621dd7c77dd2a439b62c64d3aa15d.tar
forums-5e99c09abe2621dd7c77dd2a439b62c64d3aa15d.tar.gz
forums-5e99c09abe2621dd7c77dd2a439b62c64d3aa15d.tar.bz2
forums-5e99c09abe2621dd7c77dd2a439b62c64d3aa15d.tar.xz
forums-5e99c09abe2621dd7c77dd2a439b62c64d3aa15d.zip
Merge pull request #3583 from nickvergessen/ticket/13807
Ticket/13807 Allow building changesets for the event list
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 1d3fb19f67..3c274b53c7 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)));