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 5bb2749..01ee79b 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -15,6 +15,7 @@ class ErrorController extends Zend_Controller_Action // 404 error -- controller or action not found $this->getResponse()->setHttpResponseCode(404); $this->view->message = 'Page not found'; + print_a($errors); break; default: // application error |
