mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 21:44:57 +02:00
[ticket/14320] Fix language selector in the installer
PHPBB3-14320
This commit is contained in:
parent
1316fe2084
commit
4aac878ec7
@ -197,7 +197,7 @@ class helper
|
||||
$this->language_cookie = $lang;
|
||||
}
|
||||
|
||||
$lang = (!empty($lang) && strpos($lang, '/')) ? $lang : null;
|
||||
$lang = (!empty($lang) && strpos($lang, '/') === false) ? $lang : null;
|
||||
|
||||
$this->render_language_select($lang);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user