Mercurial > defr > drupal > core
diff modules/aggregator/aggregator.module @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children | fff6d4c8c043 |
line wrap: on
line diff
--- a/modules/aggregator/aggregator.module Tue Dec 23 14:29:21 2008 +0100 +++ b/modules/aggregator/aggregator.module Tue Dec 23 14:30:08 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: aggregator.module,v 1.374 2008/01/15 08:06:32 dries Exp $ +// $Id: aggregator.module,v 1.374.2.1 2008/04/09 21:11:44 goba Exp $ /** * @file @@ -201,6 +201,7 @@ $items['aggregator/sources/%aggregator_feed'] = array( 'page callback' => 'aggregator_page_source', 'page arguments' => array(2), + 'access arguments' => array('access news feeds'), 'type' => MENU_CALLBACK, 'file' => 'aggregator.pages.inc', );