doc: Use Controller::httpNotFound() in SearchController

refs #9644
This commit is contained in:
Eric Lippmann 2015-07-28 13:47:25 +02:00
parent 9846dfb2e2
commit 9a758f3ed9
1 changed files with 1 additions and 4 deletions

View File

@ -92,9 +92,6 @@ class Doc_SearchController extends DocController
return $path;
}
}
throw new Zend_Controller_Action_Exception(
$this->translate('Documentation for Icinga Web 2 is not available'),
404
);
$this->httpNotFound($this->translate('Documentation for Icinga Web 2 is not available'));
}
}