From a052f09865d413680e51d2c43f10a1a2dcab8de2 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 26 Jun 2013 13:35:08 -0400
Subject: [PATCH] Fixed incorrect configuration in authority module.

---
 module/VuFind/src/VuFind/Search/SolrAuth/Options.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Options.php b/module/VuFind/src/VuFind/Search/SolrAuth/Options.php
index 32287252096..10cea559f8a 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;
     }
 
-- 
GitLab