Skip to content
Snippets Groups Projects
Commit a052f098 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed incorrect configuration in authority module.

parent 67ffa2bc
No related merge requests found
...@@ -45,8 +45,8 @@ class Options extends \VuFind\Search\Solr\Options ...@@ -45,8 +45,8 @@ class Options extends \VuFind\Search\Solr\Options
*/ */
public function __construct(\VuFind\Config\PluginManager $configLoader) public function __construct(\VuFind\Config\PluginManager $configLoader)
{ {
parent::__construct($configLoader);
$this->facetsIni = $this->searchIni = 'authority'; $this->facetsIni = $this->searchIni = 'authority';
parent::__construct($configLoader);
$this->spellcheck = false; $this->spellcheck = false;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment