X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fweekly%2Fweekly_surfbar.php;h=744ced65e06ef2ffa0bb0007944944cd770cbce6;hb=08e3930ebc11e2b7491837cf4c9961ad5bba7cfc;hp=bb11e6ceafa8e97cca10d514c20d64999f676919;hpb=5dc48c7ca2416a0893a34a2e049827a4b4ce68b9;p=mailer.git diff --git a/inc/weekly/weekly_surfbar.php b/inc/weekly/weekly_surfbar.php index bb11e6ceaf..744ced65e0 100644 --- a/inc/weekly/weekly_surfbar.php +++ b/inc/weekly/weekly_surfbar.php @@ -40,7 +40,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif ((getScriptOutputMode() == 1) || (!isResetModeEnabled())) { +} elseif ((isCssOutputMode()) || (!isResetModeEnabled())) { // Do not execute when script is in CSS mode or no daily reset return; } elseif (!isExtensionActive('surfbar')) {