X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=application%2Fcontrollers%2FErrorController.php;h=0207587bf89633f4ab6cf0461cf33091b91d6eff;hb=208a09a18b0212eecb94b74fd63840e6fcce8878;hp=7e0301539129575891f1c6ae7c3e1e26c3d82b7a;hpb=26afcb880ff75743abcb627ecf516b6c51a36d08;p=syj.git diff --git a/application/controllers/ErrorController.php b/application/controllers/ErrorController.php index 7e03015..0207587 100644 --- a/application/controllers/ErrorController.php +++ b/application/controllers/ErrorController.php @@ -6,7 +6,6 @@ class ErrorController extends Zend_Controller_Action { protected function httpError($code) { $this->getResponse()->setHttpResponseCode($code); - $this->view->message = Zend_Http_Response::responseCodeAsText($code); } public function init() {