]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool/pool-bonus.php
A lot email templates renamed, SQL fixed:
[mailer.git] / inc / pool / pool-bonus.php
index 7fd6bbab149a012a5aca32d7c93f7867b4bfd819..cc404ca1f5127bba2664a95b5a65a58268fbb6f0 100644 (file)
@@ -97,7 +97,7 @@ if ($GLOBALS['pool_cnt'] < getMaxSend()) {
                                        switch ($status) {
                                                case 'done': // Done!
                                                        // Prepare the mail
-                                                       $mailText = loadEmailTemplate('bonus-mail', $DATA, $userid);
+                                                       $mailText = loadEmailTemplate('member_bonus_pool_normal', $DATA, $userid);
 
                                                        // Send mail away
                                                        if (isset($DATA['html_msg'])) {