mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
c65f9d51ee
commit
2debc7826b
@ -111,7 +111,9 @@ class Manager
|
||||
if (isset($options["groupBackendClass"])) {
|
||||
$this->groupBackend = $options["groupBackendClass"];
|
||||
} else {
|
||||
$this->groupBackend = $this->initBestBackend(self::BACKEND_TYPE_GROUP, $config);
|
||||
// @TODO(mh): Re-enable when ready (#4624)
|
||||
// Deactivated, logging error messages breaks bootstrap
|
||||
// $this->groupBackend = $this->initBestBackend(self::BACKEND_TYPE_GROUP, $config);
|
||||
}
|
||||
|
||||
if (!isset($options["sessionClass"])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user