From 28317cb90e3ba13aa5a946f24eabf027fa78cf6b Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 16 Mar 2011 13:01:41 +0100 Subject: Default KCL wird jetzt automatisch geupdated --- application/modules/dev/controllers/ErrorController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/dev/controllers/ErrorController.php') diff --git a/application/modules/dev/controllers/ErrorController.php b/application/modules/dev/controllers/ErrorController.php index 189614b..f317494 100644 --- a/application/modules/dev/controllers/ErrorController.php +++ b/application/modules/dev/controllers/ErrorController.php @@ -6,7 +6,6 @@ class dev_ErrorController extends Zend_Controller_Action public function errorAction() { $errors = $this->_getParam('error_handler'); - switch ($errors->type) { case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_ROUTE: case Zend_Controller_Plugin_ErrorHandler::EXCEPTION_NO_CONTROLLER: @@ -21,6 +20,7 @@ class dev_ErrorController extends Zend_Controller_Action // application error $this->getResponse()->setHttpResponseCode(500); $this->view->message = 'Application error'; + print_a($errors); break; } -- cgit v1.2.3-55-g7522