#402396 by alex_b: Small aggregator clean-up.
parent
dee6cb3e57
commit
238daad21c
|
|
@ -1,5 +1,4 @@
|
|||
; $Id$
|
||||
|
||||
name = Aggregator
|
||||
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
|
||||
package = Core
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
; $Id$
|
||||
name = "Aggregator module tests"
|
||||
description = "Support module for aggregator related testing."
|
||||
package = Testing
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue