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 393f695 commit 41b6911Copy full SHA for 41b6911
app/code/Magento/CatalogSearch/Model/Adminhtml/System/Config/Backend/Engine.php
@@ -61,8 +61,7 @@ public function beforeSave()
61
parent::beforeSave();
62
$value = (string)$this->getValue();
63
if (empty($value)) {
64
- $searchEngine = $this->engineResolver->getCurrentSearchEngine();
65
- $this->setValue($searchEngine);
+ $this->setValue($this->engineResolver->getCurrentSearchEngine());
66
}
67
return $this;
68
0 commit comments