From: Alan Knowles Date: Fri, 7 Dec 2018 02:52:02 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=e98f27fb11cf0d06fd1a8c26c7caabbc60c72a02 Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 4aac242..bd7d19b 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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")) {