[ticket/13807] Fix "changed version" to match our version numbering

PHPBB3-13807
This commit is contained in:
Joas Schilling 2015-05-02 14:34:00 +02:00
parent 96d97ae2d2
commit 2226043325

View file

@ -69,7 +69,7 @@ class ucp_prefs
* @var array data Array with current ucp options data * @var array data Array with current ucp options data
* @var array error Array with list of errors * @var array error Array with list of errors
* @since 3.1.0-a1 * @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'); $vars = array('submit', 'data', 'error');
extract($phpbb_dispatcher->trigger_event('core.ucp_prefs_personal_data', compact($vars))); extract($phpbb_dispatcher->trigger_event('core.ucp_prefs_personal_data', compact($vars)));