X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_autopurge.php;h=6598d56c539c0b40a1a7827e4950d3c74817cf7a;hb=d6a5c97084d5e8f253b3f020db29494ab549e52f;hp=586dfbb4b6883f09303b6fc6ea6e83c29cf4f5c9;hpb=e3d74cb597fb3df15c513377856bbec373e0cb18;p=mailer.git diff --git a/inc/reset/reset_autopurge.php b/inc/reset/reset_autopurge.php index 586dfbb4b6..6598d56c53 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 ((getOutputMode() != 0) || (!isResetModeEnabled())) { +} elseif ((getScriptOutputMode() != 0) || (!isResetModeEnabled())) { // Do not execute when script is in CSS mode or no daily reset return; } elseif (!isExtensionActive('autopurge')) {