New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / inc / libs / refback_functions.php
index 9305e2de50db77ad1f50bd1bb66aeae3e7533933..bc50b0a209b05e796590afba57f9f880e1625eb4 100644 (file)
@@ -406,7 +406,7 @@ function updateMemberRefbackPercents ($id, $percents) {
        sendEmail($dummy['refid'], '{--MEMBER_REFBACK_SUBJECT--}', $mail);
 
        // Send admin notification
-       sendAdminNotification(getMessage('ADMIN_REFBACK_SUBJECT'), 'admin_refback', $dummy, getMemberId());
+       sendAdminNotification('{--ADMIN_REFBACK_SUBJECT--}', 'admin_refback', $dummy, getMemberId());
 
        // All fine!
        $status['ok'] = true;