From 231ee6079292573c618814c7d6891fa6f81b3d05 Mon Sep 17 00:00:00 2001
From: Andrew Morton <amorton@forumone.com>
Date: Sat, 15 Aug 2015 09:39:49 -0700
Subject:  Andrew Morton: Generated with Drush iq

---
 includes/facetapi.inc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/includes/facetapi.inc b/includes/facetapi.inc
index 5677048..6cf7b3f 100644
--- a/includes/facetapi.inc
+++ b/includes/facetapi.inc
@@ -77,11 +77,10 @@ function gesso_facetapi_link_inactive($vars) {
   // Sets options to HTML since we already sanitized the link text.
   $vars['options']['html'] = TRUE;

-  // Change link classes.
-  $vars['options']['attributes']['class'] = array(
-    'facet',
-    'is-inactive',
-  );
+  // Add link classes.
+  $vars['options']['attributes']['class'] = array_merge(
+    $vars['options']['attributes']['class'],
+    array('facet', 'is-inactive'));

   return theme_link($vars);
 }
--
2.3.2 (Apple Git-55)

