commit 937f5790f5bd0a5761c656bf8c66a8e275aee579 Author: Franck Deroche Date: Mon Jun 15 10:28:01 2015 +0200 comment #25 diff --git a/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module b/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module index 0603165..7c23d63 100644 --- a/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module +++ b/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module @@ -146,7 +146,7 @@ function xmlsitemap_taxonomy_term_delete(stdClass $term) { /** * Implements hook_entity_translation_delete(). */ -function xmlsitemap_node_entity_translation_delete($entity_type, $entity, $langcode) { +function xmlsitemap_taxonomy_entity_translation_delete($entity_type, $entity, $langcode) { if ($entity_type == 'taxonomy_term') { $conditions = array( 'type' => $entity_type,