X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FLogin.php;fp=Pman%2FLogin.php;h=2f7bd00049f736ef8206c083e3ed707e279777ad;hp=0b8b40bc1c5195b437db14e50836d67c538d4729;hb=296acfac66705d33b7a106936ce4b559e38bdbd6;hpb=04f0dd8f362c1c67688013e8398e49f32ce0aac1 diff --git a/Pman/Login.php b/Pman/Login.php index 0b8b40b..2f7bd00 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -496,7 +496,7 @@ class Pman_Login extends Pman function resetPassword($id,$t, $key, $newpass ) { - $u = $this->verifyResetPassword($id,$t,$k); + $u = $this->verifyResetPassword($id,$t,$key); $uu = clone($u);