From c2cb5d447301ad81dffa32da6faad58ae6b114f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sun, 4 Feb 2024 09:00:24 +0100 Subject: [PATCH] fix --- lib/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/account.php b/lib/account.php index cbe937f..fe8b4c2 100644 --- a/lib/account.php +++ b/lib/account.php @@ -102,7 +102,7 @@ function UpdateSession(){ $privilege_level = 0; $lastLoginAt = null; $loginCount = 0; - $stmt->bind_result($uid, $first_name, $last_name, $nickname, $email, $password_hash, $minecraft_nickname, $privilege_level, $lastLoginAt, $loginCount); + $stmt->bind_result($first_name, $last_name, $nickname, $email, $minecraft_nickname, $privilege_level, $lastLoginAt, $loginCount); $stmt->fetch(); $stmt->close();