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 b7e0f34 commit 8fc3e9d
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 @@ -380,7 +380,7 @@ private function loadUser(string $loginName, bool $tryEmail = true): bool {
//guests $uid could be NULL or ''
if ($loginName === '') {
$this->cache[$loginName] = false;
return true;
return false;
}

$dbConn = $this->getDbConnection();
Expand Down

0 comments on commit 8fc3e9d

Please sign in to comment.