summaryrefslogtreecommitdiffstats
path: root/application/controllers/ErrorController.php
diff options
context:
space:
mode:
authorSimon2011-03-16 13:01:52 +0100
committerSimon2011-03-16 13:01:52 +0100
commit23356b4d986955a981c4b164bea553c2560aec4a (patch)
treea023e77bf92a31ba314a5e58e3cf11861915e579 /application/controllers/ErrorController.php
parentArbeiten am Clientcontroller, Membership in Auth gesetzt (diff)
parentDefault KCL wird jetzt automatisch geupdated (diff)
downloadpbs2-23356b4d986955a981c4b164bea553c2560aec4a.tar.gz
pbs2-23356b4d986955a981c4b164bea553c2560aec4a.tar.xz
pbs2-23356b4d986955a981c4b164bea553c2560aec4a.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/controllers/ErrorController.php')
-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;
}