Skip to content

Commit c033a74

Browse files
committed
copy paste error
1 parent 6202720 commit c033a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ public function getGroupMemberUIDs($ignorecache = false)
485485
if (!$ignorecache) {
486486
$cached_val = $this->REDIS->getCache($this->getPIUID(), "members");
487487
if (!is_null($cached_val)) {
488-
return $cached_val;
488+
$members = $cached_val;
489489
}
490490
}
491491
$updatecache = false;

0 commit comments

Comments
 (0)