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

Fixed incorrect case.

parent b9c868c3
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
'searchIndex' => $this->params->getSearchHandler(), 'searchIndex' => $this->params->getSearchHandler(),
'searchType' => $this->params->getSearchType(), 'searchType' => $this->params->getSearchType(),
'searchId' => $this->results->getSearchId(), 'searchId' => $this->results->getSearchId(),
'searchClassId' => $this->params->getsearchClassId(), 'searchClassId' => $this->params->getSearchClassId(),
'checkboxFilters' => $this->params->getCheckboxFacets(), 'checkboxFilters' => $this->params->getCheckboxFacets(),
'filterList' => $this->params->getFilters(), 'filterList' => $this->params->getFilters(),
'hasDefaultsApplied' => $this->params->hasDefaultsApplied(), 'hasDefaultsApplied' => $this->params->hasDefaultsApplied(),
......
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