reset_password fix
authorniekt0 <niekt0@kyberia.cz>
Thu, 12 Jan 2012 08:28:46 +0000 (09:28 +0100)
committerniekt0 <niekt0@kyberia.cz>
Thu, 12 Jan 2012 08:28:46 +0000 (09:28 +0100)
wwwroot/inc/eventz/reset_password.inc

index ccea2ff63882d05e11d6c10d76f3eeb0bd441c83..2e5f45bf630da12e13606884864a3110f48636f2 100644 (file)
@@ -28,7 +28,7 @@ function reset_password() {
        } else {
                $login_id=0;
        }
-       $error=resetPassword($login_id,$login,$vercode,$password1);
+       $error=nodes::resetPassword($login_id,$login,$vercode,$password1);
        
        $error="Password changed. Now you can login with your new password.";
        return 0;
This page took 0.139571 seconds and 4 git commands to generate.