diff --git a/Model/System/Config/Backend/Enabled.php b/Model/System/Config/Backend/Enabled.php index c2c15e64..3d42b469 100644 --- a/Model/System/Config/Backend/Enabled.php +++ b/Model/System/Config/Backend/Enabled.php @@ -60,8 +60,7 @@ public function beforeSave() $isAnotherEnabled = $this->_config->getValue($path == $signifydPath ? $builtinPath : $signifydPath, 'store'); if ($isAnotherEnabled) { - $currentConfig = $this->_config->getValue($builtinPath); - if ($currentConfig == 0) { + if ($this->getOldValue() == 0) { $this->setValue(0); }