From e4a4b7cc7ea4a4f719ef5af394350896c90763b1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 5 Jul 2009 18:00:11 +0000 Subject: - Patch #506976 by catch: rename hook_perm to hook_permission. --- modules/blogapi/blogapi.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blogapi/blogapi.module') diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index bec00d1dc..17a0071f5 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -21,9 +21,9 @@ function blogapi_help($path, $arg) { } /** - * Implement hook_perm(). + * Implement hook_permission(). */ -function blogapi_perm() { +function blogapi_permission() { return array( 'administer content with blog api' => array( 'title' => t('Administer content with blog API'), -- cgit v1.2.3