mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/12273] Update existing events
PHPBB3-12273
This commit is contained in:
@@ -145,8 +145,15 @@ class user extends \phpbb\session
|
||||
* @var mixed style_id Style we are going to display
|
||||
* @since 3.1-A1
|
||||
*/
|
||||
$vars = array('user_data', 'user_lang_name', 'user_date_format', 'lang_set');
|
||||
$vars = array_merge($vars, array('user_timezone', 'lang_set_ext', 'style_id'));
|
||||
$vars = array(
|
||||
'user_data',
|
||||
'user_lang_name',
|
||||
'user_date_format',
|
||||
'user_timezone',
|
||||
'lang_set',
|
||||
'lang_set_ext',
|
||||
'style_id',
|
||||
);
|
||||
extract($phpbb_dispatcher->trigger_event('core.user_setup', compact($vars)));
|
||||
|
||||
$this->data = $user_data;
|
||||
|
Reference in New Issue
Block a user