diff --git a/Core/ConfigImport.php b/Core/ConfigImport.php index aa3ca4e..473d7d7 100644 --- a/Core/ConfigImport.php +++ b/Core/ConfigImport.php @@ -245,6 +245,7 @@ protected function importShopsConfig($aConfigValues) continue; } $oShop->setLanguage($langId); + $oShop->loadInLang($langId, $sShopId); foreach ($aOxShopSettings as $sVarName => $mVarValue) { $iPosUnderscore = strrpos($sVarName, '_'); if ($iPosUnderscore !== false) {