From 01e9201cd742c0c269427b33371f61bf5e133108 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Wed, 20 Oct 2010 16:44:45 +0000
Subject: [PATCH] #731518 follow-up by Dave Reid: Include hook_token_alter() in
 the 'module.token.inc' group.

---
 modules/system/system.module | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/system/system.module b/modules/system/system.module
index 88c9c94c7d1c..6de3a83298e6 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -251,6 +251,10 @@ function system_hook_info() {
   $hooks['tokens'] = array(
     'group' => 'tokens',
   );
+  $hooks['tokens_alter'] = array(
+    'group' => 'tokens',
+  );
+
   return $hooks;
 }
 
-- 
GitLab