X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FLogin.php;h=4aac242dd1ac40b297a697673d54ce09088bbc1a;hb=9e246c38cd247bb3674b9a4802fb568f8b66a386;hp=dac31bf57dedd5f97e1a5ea015f0361c428ff194;hpb=4e1dd0fb4a4baa07545e781f12caffbb99a12e6b;p=Pman.Base 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"); }