We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73158ef commit 487b35dCopy full SHA for 487b35d
lib/internal/Magento/Framework/Module/Status.php
@@ -162,7 +162,7 @@ public function setIsEnabled($isEnabled, $modules)
162
$result[$name] = (int)$currentStatus;
163
}
164
165
- $this->writer->saveConfig([ConfigFilePool::APP_CONFIG => ['modules' => $result]]);
+ $this->writer->saveConfig([ConfigFilePool::APP_CONFIG => ['modules' => $result]], true);
166
$this->cleanup->clearCaches();
167
$this->cleanup->clearCodeGeneratedFiles();
168
0 commit comments