X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_autopurge.php;h=95424a6395c5ae6145defc8980dd88d7711d8c28;hb=3b15416a92af60582c1b622e2bff5ae476c647c1;hp=6598d56c539c0b40a1a7827e4950d3c74817cf7a;hpb=5dc48c7ca2416a0893a34a2e049827a4b4ce68b9;p=mailer.git diff --git a/inc/reset/reset_autopurge.php b/inc/reset/reset_autopurge.php index 6598d56c53..95424a6395 100644 --- a/inc/reset/reset_autopurge.php +++ b/inc/reset/reset_autopurge.php @@ -40,7 +40,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif ((getScriptOutputMode() != 0) || (!isResetModeEnabled())) { +} elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) { // Do not execute when script is in CSS mode or no daily reset return; } elseif (!isExtensionActive('autopurge')) {