[-] Installer : install failed when you had an exotic (i.e. not by default in the installer) default country/language #PSCFV-3891
This commit is contained in:
@@ -61,7 +61,8 @@ class LocalizationPackCore
|
||||
{
|
||||
if (!$id_lang = (int)Language::getIdByIso($this->iso_code_lang))
|
||||
$id_lang = 1;
|
||||
Configuration::updateValue('PS_LANG_DEFAULT', $id_lang);
|
||||
if (!$install_mode)
|
||||
Configuration::updateValue('PS_LANG_DEFAULT', $id_lang);
|
||||
}
|
||||
|
||||
if ($install_mode && $res && isset($this->iso_currency))
|
||||
|
||||
Reference in New Issue
Block a user