X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmails%2Fbonus_mails.php;h=ce784a4652d944cd9bf347f478e76ea747ee8aa8;hp=99f47d66a7125e04b1fda182fb1c005d9320a617;hb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;hpb=d2e5508023052562516f3e8526814609bda4d90f diff --git a/inc/mails/bonus_mails.php b/inc/mails/bonus_mails.php index 99f47d66a7..ce784a4652 100644 --- a/inc/mails/bonus_mails.php +++ b/inc/mails/bonus_mails.php @@ -85,7 +85,7 @@ if (!empty($sql)) { $sentBonusMails = ((getConfig('bonus_notify_points') > 0) && ($mode == 'enable') && (isExtensionActive('bonus'))); // Generate subject line - $subject = getMessage('BONUS_RALLYE_' . strtoupper($mode).'_NOTIFY'); + $subject = '{--BONUS_RALLYE_' . strtoupper($mode) . '_NOTIFY--}'; // Load message body for bonus mails $message = loadEmailTemplate('bonus_enable_notify_body', '', '{PER}userid{PER}');