added 'aggregator' context for future compability ('group' context ist deprecated)

This commit is contained in:
Steffen Vogel 2011-07-20 13:01:11 +02:00
parent cde41e54c9
commit 83fc4a2c14

View file

@ -74,7 +74,7 @@ class Router {
public static $controllerMapping = array(
'channel' => 'Volkszaehler\Controller\ChannelController',
'group' => 'Volkszaehler\Controller\AggregatorController',
'group' => 'Volkszaehler\Controller\AggregatorController',
'aggregator' => 'Volkszaehler\Controller\AggregatorController',
'entity' => 'Volkszaehler\Controller\EntityController',
'data' => 'Volkszaehler\Controller\DataController',
'capabilities' => 'Volkszaehler\Controller\CapabilitiesController'