From d2cf0fe02b06534a460bd8f9dc814007dc66ac41 Mon Sep 17 00:00:00 2001 From: niekt0 Date: Thu, 12 Jan 2012 09:51:53 +0100 Subject: [PATCH] reset_password fix --- wwwroot/inc/eventz/reset_password.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/inc/eventz/reset_password.inc b/wwwroot/inc/eventz/reset_password.inc index 2e5f45b..883b7b8 100644 --- a/wwwroot/inc/eventz/reset_password.inc +++ b/wwwroot/inc/eventz/reset_password.inc @@ -22,7 +22,7 @@ function reset_password() { return false; } - if ($login_type = 'id') { + if ($login_type == 'id') { $login_id=$login; $login=''; } else { -- 2.30.2