Bachir Soussi Chiadmi 11 years ago
parent
commit
7b99c14d96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      materio_search_api.module

+ 1 - 1
materio_search_api.module

@@ -201,7 +201,7 @@ function materio_search_api_entity_property_info_alter(&$info){
     'label' => t("Term name field dup"), 
     'description' => t("Duplicate the term name field to apply different filter in solr (remove accents for instance)"), 
     'type' => 'text', 
-    'getter callback' => 'term_property_dup_name',
+    'getter callback' => 'materio_search_api_term_property_dup_name',
   );
 
 }