diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index adae28f30..c14001baa 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -668,7 +668,7 @@ function hook_system_info_alter(&$info, $file) { * * For a detailed usage example, see page_example.module. */ -function hook_perm() { +function hook_permission() { return array( 'administer my module' => array( 'title' => t('Administer my module'), |