X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fautopurge_functions.php;h=76be497ee5ad86b9c2c499907b3aa116d2a10ac9;hb=9bc2a494fae1a98f0873a6f3bd8c878b09124b9f;hp=8c5372fd113553a9ea909716d9e3f16930ee094c;hpb=5f243a44fd58ab847198294f23b022fcefd6e334;p=mailer.git diff --git a/inc/libs/autopurge_functions.php b/inc/libs/autopurge_functions.php index 8c5372fd11..76be497ee5 100644 --- a/inc/libs/autopurge_functions.php +++ b/inc/libs/autopurge_functions.php @@ -49,7 +49,7 @@ function addPointsAutoPurge ($userid, $points) { // Send out mail to user $message = loadEmailTemplate('member_autopurge_points', array('points' => $points), $userid); - sendEmail($userid, getMessage('AUTOPURGE_MEMBER_SUBJECT'), $message); + sendEmail($userid, '{--AUTOPURGE_MEMBER_SUBJECT--}', $message); } // [EOF]