Index: taxonomy_facets.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/faceted_search/taxonomy_facets.module,v
retrieving revision 1.38
diff -u -r1.38 taxonomy_facets.module
--- taxonomy_facets.module	3 Mar 2009 04:55:34 -0000	1.38
+++ taxonomy_facets.module	15 Jul 2011 18:09:26 -0000
@@ -131,9 +131,9 @@
     case 'facets':
       $vocabularies = taxonomy_get_vocabularies();
       foreach ($vocabularies as $vocabulary) {
-        _taxonomy_facets_localize_vocabulary($vocabulary);
         // If the vocabulary's corresponding facet is allowed.
         if (!isset($selection) || isset($selection['taxonomy'][$vocabulary->vid])) {
+          _taxonomy_facets_localize_vocabulary($vocabulary);
           $facets[] = new taxonomy_facet($vocabulary);
         }
       }

