reset_password fix
authorniekt0 <niekt0@kyberia.cz>
Thu, 12 Jan 2012 08:51:53 +0000 (09:51 +0100)
committerniekt0 <niekt0@kyberia.cz>
Thu, 12 Jan 2012 08:51:53 +0000 (09:51 +0100)
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.142345 seconds and 4 git commands to generate.