mirror of
https://github.com/nextcloud/server.git
synced 2025-02-27 10:06:31 +00:00
fix: Ensure database connection is setup when getting group details
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
cf72177de1
commit
940d0aa9a4
1 changed files with 2 additions and 0 deletions
|
@ -529,6 +529,8 @@ class Database extends ABackend implements
|
|||
$notFoundGids = [];
|
||||
$details = [];
|
||||
|
||||
$this->fixDI();
|
||||
|
||||
// In case the data is already locally accessible, not need to do SQL query
|
||||
// or do a SQL query but with a smaller in clause
|
||||
foreach ($gids as $gid) {
|
||||
|
|
Loading…
Reference in a new issue