From: Alan Knowles Date: Fri, 7 Dec 2018 02:51:45 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=9e246c38cd247bb3674b9a4802fb568f8b66a386 Pman/Login.php --- 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"); }