diff options
-rw-r--r-- | lib/private/Group/Database.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/Group/Database.php b/lib/private/Group/Database.php index 1e66b62ade3..ef15cb291c0 100644 --- a/lib/private/Group/Database.php +++ b/lib/private/Group/Database.php @@ -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) { |