summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator_test.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-15 18:59:05 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-15 18:59:05 +0000
commit238daad21c7a7a5a2263ce6fb6d253810d126bb9 (patch)
tree4f31c1ee37a8508f5292d1d5cdc0c18abeae2e3a /modules/aggregator/aggregator_test.module
parentdee6cb3e57a38d1f6e575a879e6455269147a249 (diff)
downloadbrdo-238daad21c7a7a5a2263ce6fb6d253810d126bb9.tar.gz
brdo-238daad21c7a7a5a2263ce6fb6d253810d126bb9.tar.bz2
#402396 by alex_b: Small aggregator clean-up.
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;
}