Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored Jan 25, 2025
1 parent 8fc3e9d commit ce85a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/User/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ private function loadUser(string $loginName, bool $tryEmail = true): bool {
$this->cache[$loginName] = $this->cache[$emailUId];
// Set a reference to the uid cache entry for also delete email entry on user delete
$this->cache[$emailUId]['email'] = $loginName;
return true;
}
return $result;
}
}

Expand Down

0 comments on commit ce85a63

Please sign in to comment.