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.
2 parents 932586e + ecbdd89 commit 1f66140Copy full SHA for 1f66140
Classes/Domain/Model/Index.php
@@ -191,7 +191,7 @@ protected function getSettings()
191
}
192
$settings = Arrays::getValueByPath($this->settings, $path);
193
194
- return $this->dynamicIndexSettingService->process($settings, $path, $this->getName());
+ return $settings !== null ? $this->dynamicIndexSettingService->process($settings, $path, $this->getName()) : $settings;
195
196
197
/**
0 commit comments