summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r--modules/statistics/statistics.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index 7830b254c..fcf7220dd 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -81,9 +81,9 @@ function statistics_exit() {
}
/**
- * Implement hook_perm().
+ * Implement hook_permission().
*/
-function statistics_perm() {
+function statistics_permission() {
return array(
'access statistics' => array(
'title' => t('Access statistics'),