From 86cf1dc972c9d597c5e3ff81a7fd713048478566 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:29:02 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pman/Login.php b/Pman/Login.php index b99f8ea..a6ce5cd 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -254,9 +254,7 @@ class Pman_Login extends Pman } if (!empty($_REQUEST['passwordRequest'])) { //|| (strpos($_REQUEST['username'], '@') < 1)) { - - return $this->passwordRequest($_REQUEST['passwordRequest']); - + return $this->passwordRequest($_REQUEST['passwordRequest']); } if (!empty($_REQUEST['changePassword'])) { -- 2.39.2