From cd8ecdb0b9d82930a7de2e0c3b7adcc32a8118bf Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 7 Jan 2003 14:48:06 +0000 Subject: [PATCH] Fixed typo --- login/confirm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/confirm.php b/login/confirm.php index 77346f7948..142d2e946f 100644 --- a/login/confirm.php +++ b/login/confirm.php @@ -31,7 +31,7 @@ // The user has confirmed successfully, let's log them in - if (!$USER = get_user_info_from_db("username", $user->id)) { + if (!$USER = get_user_info_from_db("username", $user->username)) { error("Something serious is wrong with the database"); } -- 2.39.5