]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_earning.php
Rewrote reset and some extensions:
[mailer.git] / inc / daily / daily_earning.php
index ca7c19ef3cb01eddff1c97d4abd085b90ba741aa..98d024449b9b9572142f866102d9a78c0f9916a5 100644 (file)
@@ -38,7 +38,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) {
+} elseif ((!isHtmlOutputMode()) || (!isDailyResetEnabled())) {
        // Do not execute when script is in non-HTML mode or no daily reset
        return;
 } elseif (!isExtensionActive('earning')) {