diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.module | 4 |
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; } |