summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator_test.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator_test.module')
-rw-r--r--modules/aggregator/aggregator_test.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator_test.module b/modules/aggregator/aggregator_test.module
index e632aac88..6ea04db07 100644
--- a/modules/aggregator/aggregator_test.module
+++ b/modules/aggregator/aggregator_test.module
@@ -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;
}