summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-20 16:44:45 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-20 16:44:45 +0000
commit01e9201cd742c0c269427b33371f61bf5e133108 (patch)
treeb9374ab23b6a8cf5fd96a35f0fc590d66be56752
parent4a187d271bcab4c5eead39a9d303722e216bcb5e (diff)
downloadbrdo-01e9201cd742c0c269427b33371f61bf5e133108.tar.gz
brdo-01e9201cd742c0c269427b33371f61bf5e133108.tar.bz2
#731518 follow-up by Dave Reid: Include hook_token_alter() in the 'module.token.inc' group.
-rw-r--r--modules/system/system.module4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 88c9c94c7..6de3a8329 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;
}