Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 56ebb0c

Browse files
committed
Prevent overwriting of multilang fields in oxshops when no value is present in yaml
1 parent fc8a3ad commit 56ebb0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/ConfigImport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ protected function importShopsConfig($aConfigValues)
245245
continue;
246246
}
247247
$oShop->setLanguage($langId);
248+
$oShop->loadInLang($langId, $sShopId);
248249
foreach ($aOxShopSettings as $sVarName => $mVarValue) {
249250
$iPosUnderscore = strrpos($sVarName, '_');
250251
if ($iPosUnderscore !== false) {

0 commit comments

Comments
 (0)