summaryrefslogtreecommitdiff
path: root/modules/blog/blog.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r--modules/blog/blog.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index c0ceee50d..c45fcea12 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -20,9 +20,9 @@ function blog_node_info() {
}
/**
- * Implement hook_perm().
+ * Implement hook_permission().
*/
-function blog_perm() {
+function blog_permission() {
return node_list_permissions('blog');
}