Rewrites of more constants
[mailer.git] / inc / pool / pool-bonus.php
index e385882fb297c25f65ab357a86702d47655a6842..d52b7a64b173590884d410ab7a5c13dd1e055212 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Don't run on daily reset
-if (defined('__DAILY_RESET')) {
+if (isResetModeEnabled()) {
        // Skip here
        return false;
 } elseif (!EXT_IS_ACTIVE("bonus")) {