Commit 73959ce1 authored by Bas de Nooijer's avatar Bas de Nooijer

Small bugfix

parent 8fb570ba
...@@ -248,7 +248,7 @@ class Solarium_Query_Select_Component_Facet_MultiQuery extends Solarium_Query_Se ...@@ -248,7 +248,7 @@ class Solarium_Query_Select_Component_Facet_MultiQuery extends Solarium_Query_Se
$facetQuery->addExclude($tag); $facetQuery->addExclude($tag);
} }
return parent::addExclude($exclude); return parent::addExclude($tag);
} }
/** /**
......
Markdown is supported
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