From 07a3af3f98f4a1bf3c20a189e25523d609f1a83b Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 30 Sep 2015 11:34:30 -0400
Subject: [PATCH] Fixed trivial typo.

---
 themes/bootstrap3/templates/combined/results.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/combined/results.phtml b/themes/bootstrap3/templates/combined/results.phtml
index 135e92f3197..4e88c77b735 100644
--- a/themes/bootstrap3/templates/combined/results.phtml
+++ b/themes/bootstrap3/templates/combined/results.phtml
@@ -15,7 +15,7 @@
       'searchIndex' => $this->params->getSearchHandler(),
       'searchType' => $this->params->getSearchType(),
       'searchId' => $this->results->getSearchId(),
-      'searchClassId' => $this->params->getsearchClassId(),
+      'searchClassId' => $this->params->getSearchClassId(),
       'checkboxFilters' => $this->params->getCheckboxFacets(),
       'filterList' => $this->params->getFilters(),
       'hasDefaultsApplied' => $this->params->hasDefaultsApplied(),
-- 
GitLab