mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
[ticket/14044] Fix language selection data loss
PHPBB3-14044
This commit is contained in:
@@ -204,6 +204,7 @@ class helper
|
||||
if ($lang !== null)
|
||||
{
|
||||
$this->language->set_user_language($lang, true);
|
||||
$this->installer_config->set('user_language', $lang);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user