diff options
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index a4f66c6a3..65b2155cd 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -131,7 +131,7 @@ function aggregator_menu($may_cache) { $items[] = array('path' => 'admin/aggregator/add/category', 'title' => t('add category'), 'callback' => 'aggregator_admin_edit_category', 'access' => $edit, 'type' => MENU_LOCAL_TASK); - $items[] = array('path' => 'admin/aggregator/configure', 'title' => t('configure'), + $items[] = array('path' => 'admin/settings/aggregator', 'title' => t('configure'), 'callback' => 'aggregator_configure', 'access' => $edit, 'type' => MENU_LOCAL_TASK); |