mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-19 20:04:24 +02:00
parent
07849e0fea
commit
2a4e614b5e
@ -94,7 +94,7 @@ class AuthChain implements Iterator
|
|||||||
}
|
}
|
||||||
|
|
||||||
$backendConfig = $this->config->current();
|
$backendConfig = $this->config->current();
|
||||||
if ((bool) $backendConfig->get('disabled', false) === true) {
|
if ((bool) $backendConfig->get('disabled', false)) {
|
||||||
$this->next();
|
$this->next();
|
||||||
return $this->valid();
|
return $this->valid();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user