X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmonthly%2Fmonthly_bonus.php;h=0210ff69b6937235db61045d930546db0e8bf4d6;hp=ed263737850bcc6cfdc8ed967e072c92a092f531;hb=67f53c107d5b68f6e735407b98803fc83e12d7b4;hpb=ad85ea5a3690e65e3509d4e4e8c63083b2b71b0c diff --git a/inc/monthly/monthly_bonus.php b/inc/monthly/monthly_bonus.php index ed26373785..0210ff69b6 100644 --- a/inc/monthly/monthly_bonus.php +++ b/inc/monthly/monthly_bonus.php @@ -100,7 +100,7 @@ LIMIT {?bonus_ranks?}', __FILE__, __LINE__); // Load email template and email it away $message = loadEmailTemplate('member_bonus', $content, bigintval($content['userid'])); - sendEmail($content['email'], '{--BONUS_MONTHLY_ONLINE_BONUS--}', $message); + sendEmail($content['email'], '{--MEMBER_MONTHLY_BONUS_WON_SUBJECT--}', $message); } // END - if } // END - while