diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Options.php b/module/VuFind/src/VuFind/Search/SolrAuth/Options.php
index 32287252096ca6df738f0af8cc09f8dce25ab743..10cea559f8af1237e56c4752e4d91dd5de42952d 100644
--- a/module/VuFind/src/VuFind/Search/SolrAuth/Options.php
+++ b/module/VuFind/src/VuFind/Search/SolrAuth/Options.php
@@ -45,8 +45,8 @@ class Options extends \VuFind\Search\Solr\Options
      */
     public function __construct(\VuFind\Config\PluginManager $configLoader)
     {
-        parent::__construct($configLoader);
         $this->facetsIni = $this->searchIni = 'authority';
+        parent::__construct($configLoader);
         $this->spellcheck = false;
     }