summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-05 18:00:11 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-05 18:00:11 +0000
commite4a4b7cc7ea4a4f719ef5af394350896c90763b1 (patch)
tree44e144a7adcce543c98cece4cdf7abb01ccffbfa /modules/path
parent4a4a6570d8b84f7b58e1f6e27ffc16ee9f9f1789 (diff)
downloadbrdo-e4a4b7cc7ea4a4f719ef5af394350896c90763b1.tar.gz
brdo-e4a4b7cc7ea4a4f719ef5af394350896c90763b1.tar.bz2
- Patch #506976 by catch: rename hook_perm to hook_permission.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.module4
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'),