From 9e246c38cd247bb3674b9a4802fb568f8b66a386 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:51:45 +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 dac31bf..4aac242 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -505,7 +505,7 @@ class Pman_Login extends Pman $u->setPassword($newpass); } $u->update($uu); - $this->addEvent("CHANGEPASS", $au); + $this->addEvent("CHANGEPASS", $u); $this->jok("Password has been Updated"); } -- 2.39.2