From 157dc1e0b1d668ccce58ea06fe48e8f0191bfcd7 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 7 Mar 2010 18:44:31 +0000 Subject: #734942 by Dave Reid: hook_token_info_alter() should be included in the 'token' group in system_hook_info(). --- modules/system/system.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index e0500e70f..240b1392d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -239,6 +239,9 @@ function system_hook_info() { $hooks['token_info'] = array( 'group' => 'tokens', ); + $hooks['token_info_alter'] = array( + 'group' => 'tokens', + ); $hooks['tokens'] = array( 'group' => 'tokens', ); -- cgit v1.2.3