diff options
Diffstat (limited to 'modules/path/path.module')
-rw-r--r-- | modules/path/path.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/path/path.module b/modules/path/path.module index 191ce4f0b..8608a34d2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -256,9 +256,9 @@ function path_form_alter(&$form, $form_state, $form_id) { } /** - * Implement hook_perm(). + * Implement hook_permission(). */ -function path_perm() { +function path_permission() { return array( 'administer url aliases' => array( 'title' => t('Administer URL aliases'), |