From: Alan Knowles Date: Fri, 7 Dec 2018 02:49:16 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=296acfac66705d33b7a106936ce4b559e38bdbd6 Pman/Login.php --- 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);