diff --git a/core/modules/aggregator/aggregator.module b/core/modules/aggregator/aggregator.module index 4bdf890..ce07e18 100644 --- a/core/modules/aggregator/aggregator.module +++ b/core/modules/aggregator/aggregator.module @@ -152,9 +152,6 @@ function aggregator_menu() { 'type' => MENU_CALLBACK, 'file' => 'aggregator.pages.inc', ); - $items['aggregator/categories/%aggregator_category'] = array( - 'route_name' => 'aggregator_category', - ); $items['aggregator/categories/%aggregator_category/view'] = array( 'title' => 'View', 'type' => MENU_DEFAULT_LOCAL_TASK,