We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b6ef5 commit da9ddcaCopy full SHA for da9ddca
resources/lib/UnityUser.php
@@ -159,7 +159,7 @@ public function exists(bool $ignorecache = false): bool
159
if (!$ignorecache) {
160
$cached_users = $this->REDIS->getCache("sorted_users", "");
161
if (!is_null($cached_users)) {
162
- return in_array($this->getPIUID(), $cached_users);
+ return in_array($this->uid, $cached_users);
163
}
164
165
return $this->getLDAPUser()->exists() && $this->getLDAPGroup()->exists();
0 commit comments