diff options
Diffstat (limited to 'application/modules/dev/controllers/ErrorController.php')
| -rw-r--r-- | application/modules/dev/controllers/ErrorController.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/dev/controllers/ErrorController.php b/application/modules/dev/controllers/ErrorController.php index 5bb2749..189614b 100644 --- a/application/modules/dev/controllers/ErrorController.php +++ b/application/modules/dev/controllers/ErrorController.php @@ -1,6 +1,6 @@ <?php -class ErrorController extends Zend_Controller_Action +class dev_ErrorController extends Zend_Controller_Action { public function errorAction() @@ -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 |
