diff --git a/module/VuFind/src/VuFind/Controller/AbstractSearch.php b/module/VuFind/src/VuFind/Controller/AbstractSearch.php
index 97c158aa5d40dbe9ed5afe13b9f82f454081ae25..77f7c038e7e24f63f431d6cb828546f76de9f004 100644
--- a/module/VuFind/src/VuFind/Controller/AbstractSearch.php
+++ b/module/VuFind/src/VuFind/Controller/AbstractSearch.php
@@ -588,7 +588,7 @@ class AbstractSearch extends AbstractBase
         // Reformat for convenience:
         $formatted = array();
         foreach ($checkboxFacets as $filter => $desc) {
-            $current = compact("desc", "filter");
+            $current = compact('desc', 'filter');
             $current['selected']
                 = $savedSearch && $savedSearch->getParams()->hasFilter($filter);
             // We don't want to double-display checkboxes on advanced search, so