mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Merge pull request #47065 from nextcloud/fix/group-oc
This commit is contained in:
commit
2d8676fa5d
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