From f4598dacd28a8a9f8b6b9d5c580ad9291e567675 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 17 Apr 2006 21:26:05 +0000 Subject: [PATCH] fixed bug #5225, fix provided by hachiman --- login/forgot_password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/forgot_password.php b/login/forgot_password.php index 835677db5b..8f540b9ccc 100644 --- a/login/forgot_password.php +++ b/login/forgot_password.php @@ -170,7 +170,7 @@ if ($param->action=='find' and confirm_sesskey()) { if (!empty($param->p) and !empty($param->s)) { update_login_count(); - $user = get_complete_user_data('username',$s); + $user = get_complete_user_data('username',$param->s); // make sure that url relates to a valid user if (!empty($user)) { -- 2.39.5