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();