Commit 6ef67abf authored by Bas de Nooijer's avatar Bas de Nooijer

bugfix

parent 4286bea6
......@@ -120,7 +120,7 @@ class Solarium_Result_Select_Facet_Field implements Iterator, Countable
*/
public function valid()
{
return true;
return (current($this->_values) !== false);
}
}
\ No newline at end of file
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