Deactivate group backend initializing

refs #4624
This commit is contained in:
Marius Hein 2013-08-23 08:22:35 +02:00 committed by Matthias Jentsch
parent c65f9d51ee
commit 2debc7826b
1 changed files with 3 additions and 1 deletions

View File

@ -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"])) {