Pman/Login.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:51:45 +0000 (10:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:51:45 +0000 (10:51 +0800)
Pman/Login.php

index dac31bf..4aac242 100644 (file)
@@ -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");
     }