Skip to content

Commit 940d0aa

Browse files
susnuxAndyScherzinger
authored andcommitted
fix: Ensure database connection is setup when getting group details
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent cf72177 commit 940d0aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/private/Group/Database.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ public function getGroupsDetails(array $gids): array {
529529
$notFoundGids = [];
530530
$details = [];
531531

532+
$this->fixDI();
533+
532534
// In case the data is already locally accessible, not need to do SQL query
533535
// or do a SQL query but with a smaller in clause
534536
foreach ($gids as $gid) {

0 commit comments

Comments
 (0)