1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 07:16:36 +02:00

[ticket/13542] Added sentenence of what is changed in the event

PHPBB3-13542
This commit is contained in:
paulsohier 2015-01-24 20:26:51 +01:00
parent c86e5e8514
commit 0cfa977953

View File

@ -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
* @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)));