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