From 993ea0c6c5a07cf9c2edadf2c0f6a378cde56acb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 29 Jan 2005 22:02:37 +0000 Subject: - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator') 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); -- cgit v1.2.3