]> git.mxchange.org Git - mailer.git/blobdiff - inc/weekly/weekly_surfbar.php
More usage of EL
[mailer.git] / inc / weekly / weekly_surfbar.php
index 06a306d54115df80680743838150078fbc36bfcc..bb11e6ceafa8e97cca10d514c20d64999f676919 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((getOutputMode() == 1) || (!isResetModeEnabled())) {
+} elseif ((getScriptOutputMode() == 1) || (!isResetModeEnabled())) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('surfbar')) {