X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fuser_functions.php;h=8d9d74d72fef61c4537ca1a68923a9eb7ab81cc7;hb=7618bd22d09e9bddab2ca39308f6523c06dd1521;hp=075f755ea7d73a5f2ea4146180d0a464ec5fb8c7;hpb=04e241b2eb21d798be04e870e8b912506ff698f5;p=mailer.git diff --git a/inc/libs/user_functions.php b/inc/libs/user_functions.php index 075f755ea7..8d9d74d72f 100644 --- a/inc/libs/user_functions.php +++ b/inc/libs/user_functions.php @@ -456,7 +456,7 @@ function doNewUserPassword ($email, $userid) { sendEmail($userid, getMessage('GUEST_NEW_PASSWORD'), $message); // Output note to user - loadTemplate('admin_settings_saved', false, getMessage('GUEST_NEW_PASSWORD_SEND')); + loadTemplate('admin_settings_saved', false, '{--GUEST_NEW_PASSWORD_SEND--}'); } else { // Account is locked or unconfirmed $errorCode = generateErrorCodeFromUserStatus($status);