mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 12:02:41 +00:00
Remove all todo from core, create tickets for them
This commit is contained in:
parent
56225bcca3
commit
e02eab05d5
17 changed files with 7 additions and 32 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue