]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-bonus.php
Workaround for missing config entry, but this if-block should be moved into somewhere...
[mailer.git] / inc / extensions / ext-bonus.php
index 6f6c007fe524887603ec19a462d4d32176e425f8..a5cf74ba55c0c90786c9174f66fd559421919fbb 100644 (file)
@@ -570,7 +570,7 @@ WHERE `last_online` < ".$mark." ORDER BY `userid` ASC");
 
        case 'init': // Do stuff when extension is initialized
                // Check for bonus rallye is active and send mails out
-               if ((getConfig('bonus_active') == 'Y') && (getConfig('bonus_new_member_notify') == 'Y')) {
+               if ((getExtensionVersion('bonus') >= '0.9.1') && (getConfig('bonus_active') == 'Y') && (getConfig('bonus_new_member_notify') == 'Y')) {
                        // Include file for sending out mails
                        addIncludeToPool('notify', 'inc/mails/bonus_mails.php');
                } // END - if