From 368385eeb0b251a34ad62953ed97c4b21cea3b07 Mon Sep 17 00:00:00 2001 From: Dave Reid Date: Fri, 30 Jan 2015 02:43:21 -0600 Subject: [PATCH] Issue #2416983: Added new hook to xmlsitemap_hook_info(). --- xmlsitemap.module | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlsitemap.module b/xmlsitemap.module index 408cabdc..09d02ea1 100644 --- a/xmlsitemap.module +++ b/xmlsitemap.module @@ -74,6 +74,7 @@ function xmlsitemap_hook_info() { 'query_xmlsitemap_generate_alter', 'query_xmlsitemap_link_bundle_access_alter', 'form_xmlsitemap_sitemap_edit_form_alter', + 'xmlsitemap_rebuild_clear', ); $hooks = array_combine($hooks, $hooks); -- GitLab