mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
07d9a75fcb
Since many exceptions do not have its own 'template' file, customized APP/Controller/CakeErrorController with its own list of helpers could be ignored. This happens becase ExceptionRenderer is forced to to use _outputMessageSafe when a template is missing. This causes Controller::$helpers to be reset with default values. |
||
---|---|---|
.. | ||
Component | ||
AppController.php | ||
PagesController.php | ||
TestAppsErrorController.php | ||
TestsAppsController.php | ||
TestsAppsPostsController.php |