Controller: Utilize our own error controller

refs #24
This commit is contained in:
Johannes Meyer 2020-03-12 10:34:03 +01:00
parent 39393f1824
commit d2f135a39e

View file

@ -259,5 +259,9 @@ class Controller extends CompatController
protected function moduleInit()
{
Icinga::app()->getModuleManager()->loadModule('monitoring');
Icinga::app()->getFrontController()
->getPlugin('Zend_Controller_Plugin_ErrorHandler')
->setErrorHandlerModule('icingadb');
}
}