mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12254] Better language switching on registration page
PHPBB3-12254
This commit is contained in:
@@ -65,7 +65,6 @@ class ucp_register
|
||||
}
|
||||
|
||||
$user->lang_name = $user_lang = $use_lang;
|
||||
$user->lang = array();
|
||||
$user->data['user_lang'] = $user->lang_name;
|
||||
$user->add_lang(array('common', 'ucp'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user