Merge pull request #47065 from nextcloud/fix/group-oc

pull/40427/head
John Molakvoæ 2024-08-06 17:52:01 +07:00 committed by GitHub
commit 2d8676fa5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {