The ErrorController must not require authentication

This commit is contained in:
Eric Lippmann 2014-02-14 12:12:46 +01:00
parent 41ffa1d7c2
commit b9357af893
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ use \Icinga\Web\Controller\ActionController;
*/
class ErrorController extends ActionController
{
protected $requiresAuthentication = false;
/**
* Display exception
*/