mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13807] Fix "changed version" to match our version numbering
PHPBB3-13807
This commit is contained in:
parent
96d97ae2d2
commit
2226043325
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Reference in a new issue