cakephp2-php8/lib/Cake/Event
mark_story 82a8400def Fix null not stopping model callbacks.
Add a compatibility shim into CakeEventManager to fix `null` not
breaking model callbacks.  This was a regression created when model
callbacks were re-factored to use the event manager. This code should be
removed in 3.x as its inconsistent with events used everywhere else in
the framework.

Fixes #3123
2012-09-13 22:11:46 -04:00
..
CakeEvent.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
CakeEventListener.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
CakeEventManager.php Fix null not stopping model callbacks. 2012-09-13 22:11:46 -04:00