diff options
Diffstat (limited to 'application/controllers/ErrorController.php')
| -rw-r--r-- | application/controllers/ErrorController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index efee141..abf3ec1 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; } |
