From 519b419f461ff4df93a4149937b31a4f7c681d03 Mon Sep 17 00:00:00 2001 From: Adam Doan Date: Thu, 8 Jun 2017 13:10:31 -0400 Subject: [PATCH] Fixed typo. --- SolrSearchPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SolrSearchPlugin.php b/SolrSearchPlugin.php index 37b6faab..718b0aa9 100644 --- a/SolrSearchPlugin.php +++ b/SolrSearchPlugin.php @@ -371,7 +371,7 @@ protected function _installGenericFacet($slug, $label) { $this->_db ->getTable('SolrSearchField') - ->installGenericFacet($slub, $label); + ->installGenericFacet($slug, $label); }