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 4a41ec4 commit 151ec11Copy full SHA for 151ec11
app/code/Magento/Config/Model/Config.php
@@ -182,6 +182,10 @@ public function save()
182
return $this;
183
}
184
185
+ /**
186
+ * Reload config to make sure config data is consistent with the database at this point.
187
+ */
188
+ $this->_appConfig->reinit();
189
$oldConfig = $this->_getConfig(true);
190
191
/** @var \Magento\Framework\DB\Transaction $deleteTransaction */
0 commit comments