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

index 0b8b40b..2f7bd00 100644 (file)
@@ -496,7 +496,7 @@ class Pman_Login extends Pman
     function resetPassword($id,$t, $key, $newpass )
     {
         
-        $u = $this->verifyResetPassword($id,$t,$k);
+        $u = $this->verifyResetPassword($id,$t,$key);
        
        
         $uu = clone($u);