summaryrefslogtreecommitdiffstats
path: root/application/controllers
diff options
context:
space:
mode:
authormichael pereira2011-03-16 13:01:41 +0100
committermichael pereira2011-03-16 13:01:41 +0100
commit28317cb90e3ba13aa5a946f24eabf027fa78cf6b (patch)
tree0b4907b5ac8adc671b7c43b2e33fa9c0a2f7cf4c /application/controllers
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.tar.gz
pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.tar.xz
pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.zip
Default KCL wird jetzt automatisch geupdated
Diffstat (limited to 'application/controllers')
-rw-r--r--application/controllers/ErrorController.php1
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;
}