--- 1974376-aggregator-categories-controller-55.patch 2013-06-18 04:17:54.000000000 +0100 +++ 1974376-aggregator-categories-controller-61.patch 2013-06-25 20:14:29.000000000 +0100 @@ -78,7 +78,7 @@ index 8938e95..45c4488 100644 * * @return string diff --git a/core/modules/aggregator/aggregator.routing.yml b/core/modules/aggregator/aggregator.routing.yml -index e25527c..b71f003 100644 +index e25527c..2c69045 100644 --- a/core/modules/aggregator/aggregator.routing.yml +++ b/core/modules/aggregator/aggregator.routing.yml @@ -60,3 +60,10 @@ aggregator_sources: @@ -89,7 +89,7 @@ index e25527c..b71f003 100644 +aggregator_categories: + pattern: '/aggregator/categories' + defaults: -+ _content: '\Drupal\aggregator\Routing\AggregatorController::categories' ++ _content: '\Drupal\aggregator\Controller\AggregatorController::categories' + requirements: + _access_aggregator_categories: 'TRUE' diff --git a/core/modules/aggregator/aggregator.services.yml b/core/modules/aggregator/aggregator.services.yml