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

This commit is contained in:
John Molakvoæ 2024-08-06 17:52:01 +02:00 committed by GitHub
commit 2d8676fa5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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