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); }