reset_password fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / reset_password.inc
index 2e5f45bf630da12e13606884864a3110f48636f2..883b7b86b75b5e59be1e006a6805aea9b631e927 100644 (file)
@@ -22,7 +22,7 @@ function reset_password() {
                return false;
        }
 
-       if ($login_type = 'id') {
+       if ($login_type == 'id') {
                $login_id=$login;
                $login='';
        } else {
This page took 0.095432 seconds and 4 git commands to generate.