diff options
Diffstat (limited to 'application/controllers/ErrorController.php')
| -rw-r--r-- | application/controllers/ErrorController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index 01ee79b..b081709 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -21,6 +21,7 @@ class ErrorController extends Zend_Controller_Action // application error $this->getResponse()->setHttpResponseCode(500); $this->view->message = 'Application error'; + print_a($errors); break; } |
