[-] 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:
dMetzger
2012-09-05 08:00:49 +00:00
parent ecc4aea4ce
commit 15277fb096
+2 -1
View File
@@ -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))