diff options
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 10abde523..bd556ed59 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -270,9 +270,9 @@ function _aggregator_has_categories() { } /** - * Implement hook_perm(). + * Implement hook_permission(). */ -function aggregator_perm() { +function aggregator_permission() { return array( 'administer news feeds' => array( 'title' => t('Administer news feeds'), |