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