Skip to content

Commit a2fea85

Browse files
committed
getuid is gone
1 parent 2351869 commit a2fea85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public function getPIGroupGIDs($ignorecache = false)
586586
}
587587
$gids = $this->LDAP->getPIGroupGIDsWithMemberUID($this->uid);
588588
if (!$ignorecache) {
589-
$this->REDIS->setCache($this->getUID(), "groups", $gids);
589+
$this->REDIS->setCache($this->uid, "groups", $gids);
590590
}
591591
return $gids;
592592
}

0 commit comments

Comments
 (0)