Skip to content
Snippets Groups Projects
Commit 4288568a authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Removed unused variable.

parent 31b26219
Branches
Tags
No related merge requests found
......@@ -150,7 +150,6 @@ class SearchTabsHelper extends \Zend\View\Helper\AbstractHelper
*/
public function filtersMatch($class, $hiddenFilters, $configFilters)
{
$compare = $this->parseFilters($class, $configFilters);
return $hiddenFilters == $this->parseFilters($class, $configFilters);
}
......
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