diff --git a/application/controllers/AuthenticationController.php b/application/controllers/AuthenticationController.php index affeca2f1..7d492f8c1 100644 --- a/application/controllers/AuthenticationController.php +++ b/application/controllers/AuthenticationController.php @@ -144,7 +144,7 @@ class AuthenticationController extends ActionController $this->view->form->addError($e->getMessage()); } - $this->view->requiresExternalAuth = $triedOnlyExternalAuth && !$auth->isAuthenticated(); + $this->view->requiresExternalAuth = $triedOnlyExternalAuth && ! $auth->isAuthenticated(); $this->view->requiresSetup = Icinga::app()->requiresSetup(); }