From 296acfac66705d33b7a106936ce4b559e38bdbd6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:49:16 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2