diff options
| author | michael pereira | 2011-04-21 14:03:56 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-21 14:03:56 +0200 |
| commit | 583ccfa017f2a57776d70cf1b80a7dbb1228124c (patch) | |
| tree | c58419423f503e31ec06b547e6c2ec4fbe554109 /application/controllers/ErrorController.php | |
| parent | merges (diff) | |
| download | pbs2-583ccfa017f2a57776d70cf1b80a7dbb1228124c.tar.gz pbs2-583ccfa017f2a57776d70cf1b80a7dbb1228124c.tar.xz pbs2-583ccfa017f2a57776d70cf1b80a7dbb1228124c.zip | |
updates raus
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 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; } |
