X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=birthday_confirm.php;h=8619fc7056b819e703e7769695f5394a526469b5;hb=ebf74041efe2bc876be37474beb3f9747fbb7407;hp=f95f1f144b2fd9dfad305ae48e0dc2f730d6e30d;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index f95f1f144b..8619fc7056 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -102,7 +102,7 @@ if (SQL_NUMROWS($result) == 1) { $content['message'] = loadTemplate('birthday_msg', true, $data); } else { // Unconfirmed / locked accounts cannot get points - $content['message'] = getMaskedMessage('MEMBER_BIRTHDAY_CANNOT_STATUS', translateUserStatus($data['status'])); + $content['message'] = '{%message,MEMBER_BIRTHDAY_CANNOT_STATUS=' . $data['status'] . '%}'; } } else { // Cannot load data!