]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_100_bonus.php
Minor: With dot again (better grammar)
[mailer.git] / inc / daily / daily_100_bonus.php
index c32db5f50900974e55d8f955738731bcbd04a85b..33111c7de67695e2ab70d467fc6b0b1059ece87d 100644 (file)
@@ -42,7 +42,7 @@ if (!defined('__SECURITY')) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('bonus')) {
-       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.');
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-bonus disabled.');
        return;
 }
 
@@ -86,7 +86,7 @@ if (!SQL_HASZERONUMS($result_bonus)) {
        } // END - while
 
        // Handle bonus points
-       handleBonusPoints(getConfig('bonus_stats'), $content['userid']);
+       handleBonusPoints(getBonusStats(), $content['userid']);
 } // END - if
 
 // Free memory