]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/bonus_filter.php
Swapped all
[mailer.git] / inc / filter / bonus_filter.php
index c3ffe6d002e5d00f5a6758d1cb744faee01ab350..d3c6a81e7ff48b75757c507c513d02c5d2555a22 100644 (file)
@@ -88,8 +88,8 @@ LIMIT 1',
 function FILTER_GENERATE_BONUS_MAIL_LINKS ($filterData) {
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
 
-       // Is the type 'bid'?
-       if ($filterData['type'] == 'bid') {
+       // Is the type 'bonus'?
+       if ($filterData['type'] == 'bonus') {
                // Load template
                $filterData['__output'] .= loadTemplate('admin_links_bonus_mail', TRUE, $filterData);
        } // END - if