diff options
| author | Simon | 2011-04-21 14:04:59 +0200 |
|---|---|---|
| committer | Simon | 2011-04-21 14:04:59 +0200 |
| commit | b341e58395139a49a95175e0bdc9e3f0458f675d (patch) | |
| tree | fd1ebb785e32de46fa40902a2c51ca62e44f1654 /application/controllers/ErrorController.php | |
| parent | Fehler in sql korrigiert (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-b341e58395139a49a95175e0bdc9e3f0458f675d.tar.gz pbs2-b341e58395139a49a95175e0bdc9e3f0458f675d.tar.xz pbs2-b341e58395139a49a95175e0bdc9e3f0458f675d.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
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; } |
