From 238daad21c7a7a5a2263ce6fb6d253810d126bb9 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 15 Mar 2009 18:59:05 +0000 Subject: #402396 by alex_b: Small aggregator clean-up. --- modules/aggregator/aggregator_test.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/aggregator/aggregator_test.module') 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; } -- cgit v1.2.3