Remove all todo from core, create tickets for them

This commit is contained in:
Ceeram 2012-11-14 13:16:08 +01:00
parent 56225bcca3
commit e02eab05d5
17 changed files with 7 additions and 32 deletions

View file

@ -755,7 +755,7 @@ class Controller extends Object implements CakeEventListener {
extract($status, EXTR_OVERWRITE);
}
$event = new CakeEvent('Controller.beforeRedirect', $this, array($url, $status, $exit));
//TODO: Remove the following line when the events are fully migrated to the CakeEventManager
list($event->break, $event->breakOn, $event->collectReturn) = array(true, false, true);
$this->getEventManager()->dispatch($event);