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

Commit b7847d9

Browse files
Merge pull request #51 from OXIDprojects/fix-overwriting-multilang-strings-in-oxshops-when-not-present-in-yaml
Prevent overwriting of multilang fields in oxshops when no value is p…
2 parents fc8a3ad + 56ebb0c commit b7847d9

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)