Skip to content

Commit 7cf6ffe

Browse files
committed
getuid is gone
1 parent bbae5c5 commit 7cf6ffe

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
@@ -608,7 +608,7 @@ public function getPIGroupGIDs($ignorecache = false)
608608
}
609609
$gids = $this->LDAP->getPIGroupGIDsWithMemberUID($this->uid);
610610
if (!$ignorecache) {
611-
$this->REDIS->setCache($this->getUID(), "groups", $gids);
611+
$this->REDIS->setCache($this->uid, "groups", $gids);
612612
}
613613
return $gids;
614614
}

0 commit comments

Comments
 (0)