1
0
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:
Mate Bartus
2015-10-30 15:46:39 +01:00
parent 0990894cf8
commit 719f42c54a
4 changed files with 6 additions and 3 deletions

View File

@@ -204,6 +204,7 @@ class helper
if ($lang !== null)
{
$this->language->set_user_language($lang, true);
$this->installer_config->set('user_language', $lang);
}
}