#734942 by Dave Reid: hook_token_info_alter() should be included in the 'token' group in system_hook_info().

merge-requests/26/head
Angie Byron 2010-03-07 18:44:31 +00:00
parent ff640c1fbb
commit 157dc1e0b1
1 changed files with 3 additions and 0 deletions

View File

@ -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',
);