From 0ca1106267d2ad2f66ff96efd362c39c03889cb1 Mon Sep 17 00:00:00 2001 From: "[OXID-PS] Keywan Ghadami" Date: Mon, 28 Jan 2019 12:07:04 +0100 Subject: [PATCH] fix using the correct sub shop for fixing --- Core/ModuleStateFixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/ModuleStateFixer.php b/Core/ModuleStateFixer.php index d3af331..f132932 100644 --- a/Core/ModuleStateFixer.php +++ b/Core/ModuleStateFixer.php @@ -53,6 +53,7 @@ public function fix($module, $oConfig = null) { if ($oConfig !== null) { $this->setConfig($oConfig); + Registry::set(\OxidEsales\Eshop\Core\Config::class, $oConfig); } $moduleId = $module->getId();