summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-01-29 22:02:37 +0000
committerDries Buytaert <dries@buytaert.net>2005-01-29 22:02:37 +0000
commit993ea0c6c5a07cf9c2edadf2c0f6a378cde56acb (patch)
tree3a0999b14fee17844a3318ee2f564191a83e31f3 /modules/aggregator
parente6d36892abca87d1c668d6294106a154c219cee4 (diff)
downloadbrdo-993ea0c6c5a07cf9c2edadf2c0f6a378cde56acb.tar.gz
brdo-993ea0c6c5a07cf9c2edadf2c0f6a378cde56acb.tar.bz2
- Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.module2
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);