From 21246d1c167d4b22abe5b940f4c0deba9ad82c39 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Wed, 13 Jul 2016 12:02:22 -0400
Subject: [PATCH] Undefined variable in search/facet-list fixed.

---
 themes/bootstrap3/templates/search/facet-list.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/search/facet-list.phtml b/themes/bootstrap3/templates/search/facet-list.phtml
index 97c859d65d3..cb3a003e576 100644
--- a/themes/bootstrap3/templates/search/facet-list.phtml
+++ b/themes/bootstrap3/templates/search/facet-list.phtml
@@ -47,7 +47,7 @@
               </a>
             <? endif; ?>
             <? if($item['isApplied']): ?>
-              <? if ($thisFacet['operator'] == 'OR'): ?>
+              <? if ($item['operator'] == 'OR'): ?>
                 <i class="fa fa-check-square-o" aria-hidden="true"></i>
               <? else: ?>
                 <span class="pull-right flip">
-- 
GitLab