mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04: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
5c54a3caa7
commit
4776b6600a
1 changed files with 2 additions and 0 deletions
|
|
@ -507,6 +507,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