Forgot to add the new translated string.

This commit is contained in:
Andreas Burchert (scarya)
2011-04-16 15:28:19 +02:00
parent 0ade48117c
commit 77b515751e

View File

@@ -394,7 +394,7 @@ if($action == 'forgotpwd')
{
$rstlog = FroxlorLogger::getInstanceOf(array('loginname' => 'password_reset'), $db, $settings);
$rstlog->logAction(USR_ACTION, LOG_WARNING, "User '" . $loginname . "' tried to reset pwd but wasn't found in database!");
$message = $lng['login']['usernotfound'];
$message = $lng['login']['combination_not_found'];
}
unset($user);