summaryrefslogtreecommitdiff
path: root/modules/blogapi
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blogapi')
-rw-r--r--modules/blogapi/blogapi.module4
1 files changed, 2 insertions, 2 deletions
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'),