From 2185b55bce58290a5ab56159d44ccaec75afa910 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:34:01 +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 93db793..ee798c1 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -450,7 +450,7 @@ class Pman_Login extends Pman } - function resetPassword($id,$t, $key, $newpass) + function resetPassword($id,$t, $key, $newpass =false) { $au = $this->getAuthUser(); -- 2.39.2