X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmonthly%2Fmonthly_;h=4a413e85a8c8bacf8e2d250a509da6302833b441;hp=fe873c43c83625b3e1570428956a86dabea4cc41;hb=71c07e991fc7f5393317f4d9adf4ecdbc26b9aa3;hpb=b2850d8ddb4d3e7ad6f66dbadac86aad263ff738 diff --git a/inc/monthly/monthly_ b/inc/monthly/monthly_ index fe873c43c8..4a413e85a8 100644 --- a/inc/monthly/monthly_ +++ b/inc/monthly/monthly_ @@ -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('')) {