Skip to content

Commit 327bf13

Browse files
committed
missing argument
1 parent 3d4d4fa commit 327bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/lib/UnityGroup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ private function removeUserFromGroup($old_user)
506506
$this->REDIS->removeCacheArray($old_user->getUID(), "groups", $this->getPIUID());
507507
}
508508

509-
public function userExists(UnityUser $user): bool
509+
public function userExists(UnityUser $user, $ignorecache = false): bool
510510
{
511511
$members = $this->getGroupMemberUIDs($ignorecache);
512512
return in_array($user->getUID(), $members);

0 commit comments

Comments
 (0)