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 5e993f6 commit 8c68d6bCopy full SHA for 8c68d6b
app/code/Magento/Config/Model/Config/Importer.php
@@ -124,7 +124,7 @@ public function import(array $data)
124
$this->scopeConfig->clean();
125
}
126
127
- $this->state->emulateAreaCode(Area::AREA_ADMINHTML, function () use ($changedData, $data) {
+ $this->state->emulateAreaCode(Area::AREA_ADMINHTML, function () use ($changedData) {
128
$this->scope->setCurrentScope(Area::AREA_ADMINHTML);
129
130
// Invoke saving of new values.
0 commit comments