cakephp2-php8/lib/Cake/Controller
mark_story e23c4ffad9 Fix empty response bodies when redirect URL's are empty.
When redirecting XHR requests to an empty URL the response body should
not be overwritten.

Fixes #3835
2013-05-17 16:33:08 -04:00
..
Component Fix empty response bodies when redirect URL's are empty. 2013-05-17 16:33:08 -04:00
CakeErrorController.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Component.php spelling corrections (a url to an URL, unify URL) 2013-04-29 11:05:17 +02:00
ComponentCollection.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Controller.php $this->modelClass needs to be correct prior to the components init() call if the component itself accesses the model, lazyloading would try to load the wrong model otherwise 2013-05-14 10:17:57 +02:00
Scaffold.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00