Skip to content
Snippets Groups Projects
Commit 21246d1c authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Undefined variable in search/facet-list fixed.

parent 2e222623
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</a> </a>
<? endif; ?> <? endif; ?>
<? if($item['isApplied']): ?> <? if($item['isApplied']): ?>
<? if ($thisFacet['operator'] == 'OR'): ?> <? if ($item['operator'] == 'OR'): ?>
<i class="fa fa-check-square-o" aria-hidden="true"></i> <i class="fa fa-check-square-o" aria-hidden="true"></i>
<? else: ?> <? else: ?>
<span class="pull-right flip"> <span class="pull-right flip">
......
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