#734942 by Dave Reid: hook_token_info_alter() should be included in the 'token' group in system_hook_info().
parent
ff640c1fbb
commit
157dc1e0b1
|
@ -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',
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue