From fb6e4564d89ea6c5892fe98b45752a23ad12a5a5 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 19 Feb 2004 12:27:33 +0000 Subject: - Aggregator: fix for http://drupal.org/node/view/5733 - System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing) --- modules/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator.module') diff --git a/modules/aggregator.module b/modules/aggregator.module index 4037eb5ec..6089c8385 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -92,7 +92,7 @@ function aggregator_link($type) { if ($type == 'system') { if (user_access('administer news feeds')) { - menu('admin/syndication', t('syndication'), NULL, 5); + menu('admin/syndication', t('syndication'), 'aggregator_help_page', 5); menu('admin/syndication/news', t('RSS/RDF'), 'aggregator_admin'); menu('admin/syndication/news/add/feed', t('new feed'), 'aggregator_admin', 2); menu('admin/syndication/news/add/bundle', t('new bundle'), 'aggregator_admin', 3); -- cgit v1.2.3