diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-05-02 14:34:00 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-05-02 14:41:59 +0200 |
commit | 222604332539a811907bb18ab89833038f7746b6 (patch) | |
tree | 72bbe19a67f84204532b398d8c3105997f93e643 /phpBB/includes/ucp/ucp_prefs.php | |
parent | 96d97ae2d2afc3574d7ba28a40c40c1e772398fb (diff) | |
download | forums-222604332539a811907bb18ab89833038f7746b6.tar forums-222604332539a811907bb18ab89833038f7746b6.tar.gz forums-222604332539a811907bb18ab89833038f7746b6.tar.bz2 forums-222604332539a811907bb18ab89833038f7746b6.tar.xz forums-222604332539a811907bb18ab89833038f7746b6.zip |
[ticket/13807] Fix "changed version" to match our version numbering
PHPBB3-13807
Diffstat (limited to 'phpBB/includes/ucp/ucp_prefs.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_prefs.php | 2 |
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))); |