summaryrefslogtreecommitdiff
path: root/modules/php/php.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/php/php.module')
-rw-r--r--modules/php/php.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/php/php.module b/modules/php/php.module
index d4b4b43a0..fccb0464a 100644
--- a/modules/php/php.module
+++ b/modules/php/php.module
@@ -22,9 +22,9 @@ function php_help($path, $arg) {
}
/**
- * Implement hook_perm().
+ * Implement hook_permission().
*/
-function php_perm() {
+function php_permission() {
return array(
'use PHP for settings' => array(
'title' => t('Use PHP for settings'),