]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_surfbar.php
Fix for broken confirmation
[mailer.git] / inc / monthly / monthly_surfbar.php
index 9e886c67d0bec53271c3a318a1afab32cfce1847..0fc646ba235dac76c9e4d5abdf39e61dd4fbeefd 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((getOutputMode() == 1) || (!isResetModeEnabled())) {
+} elseif ((isCssOutputMode()) || (!isResetModeEnabled())) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('surfbar')) {