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

index 4aac242..bd7d19b 100644 (file)
@@ -480,7 +480,7 @@ class Pman_Login extends Pman
         
         // validate key.. 
         if ($key != $u->genPassKey($t)) {
-            $this->jerr("Password reset link is not valid ($key)");
+            $this->jerr("Password reset link is not valid (key)");
         }
        
        if ($t < strtotime("NOW - 1 DAY")) {