diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-02-19 12:27:33 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-02-19 12:27:33 +0000 |
commit | fb6e4564d89ea6c5892fe98b45752a23ad12a5a5 (patch) | |
tree | 24b699d8a03bab838eae18a480afc438cdcba513 /modules/aggregator.module | |
parent | b109518bc1ba28cdc33a472188aa3c94ed90cfc7 (diff) | |
download | brdo-fb6e4564d89ea6c5892fe98b45752a23ad12a5a5.tar.gz brdo-fb6e4564d89ea6c5892fe98b45752a23ad12a5a5.tar.bz2 |
- 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)
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r-- | modules/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
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); |