We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1dffc commit 478b03cCopy full SHA for 478b03c
classes/engine.php
@@ -85,9 +85,6 @@ class engine extends \core_search\engine {
85
public function __construct() {
86
parent::__construct();
87
$this->config = (object)array_merge($this->configdefaults, (array)$this->config);
88
- foreach ($this->config as $name => $value) {
89
- set_config($name, $value, 'search_elastic');
90
- }
91
}
92
93
/**
0 commit comments