]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/ErrorController.php
explaination message in case of 404/410 errors for idx controller
[syj.git] / application / controllers / ErrorController.php
index 7e0301539129575891f1c6ae7c3e1e26c3d82b7a..0207587bf89633f4ab6cf0461cf33091b91d6eff 100644 (file)
@@ -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() {