From 583ccfa017f2a57776d70cf1b80a7dbb1228124c Mon Sep 17 00:00:00 2001 From: michael pereira Date: Thu, 21 Apr 2011 14:03:56 +0200 Subject: updates raus --- application/controllers/ErrorController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/controllers/ErrorController.php') diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index abf3ec1..a9a448d 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -26,13 +26,13 @@ class ErrorController extends Zend_Controller_Action $this->getResponse()->setHttpResponseCode(404); $this->view->message = 'Page not found'; $this->_redirect('/user/'); - # print_a($errors); + print_a($errors); break; default: // application error $this->getResponse()->setHttpResponseCode(500); $this->view->message = 'Application error - Please contact the admin'; - # print_a($errors); + print_a($errors); break; } -- cgit v1.2.3-55-g7522