#402396 by alex_b: Small aggregator clean-up.

merge-requests/26/head
Angie Byron 2009-03-15 18:59:05 +00:00
parent dee6cb3e57
commit 238daad21c
3 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
; $Id$
name = Aggregator
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
package = Core

View File

@ -1,3 +1,4 @@
; $Id$
name = "Aggregator module tests"
description = "Support module for aggregator related testing."
package = Testing

View File

@ -10,6 +10,7 @@ function aggregator_test_menu() {
'description' => "A cached test feed with a static last modified date.",
'page callback' => 'aggregator_test_feed',
'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
);
return $items;
}