Use space after the boolean negotiation operator
This commit is contained in:
parent
4570151b4b
commit
7288f2e92b
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue