diff options
| author | michael pereira | 2011-03-16 13:01:41 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-16 13:01:41 +0100 |
| commit | 28317cb90e3ba13aa5a946f24eabf027fa78cf6b (patch) | |
| tree | 0b4907b5ac8adc671b7c43b2e33fa9c0a2f7cf4c /application/controllers/ErrorController.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.tar.gz pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.tar.xz pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.zip | |
Default KCL wird jetzt automatisch geupdated
Diffstat (limited to 'application/controllers/ErrorController.php')
| -rw-r--r-- | application/controllers/ErrorController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index 01ee79b..b081709 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -21,6 +21,7 @@ class ErrorController extends Zend_Controller_Action // application error $this->getResponse()->setHttpResponseCode(500); $this->view->message = 'Application error'; + print_a($errors); break; } |
