X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge%2Fpurge-tsks.php;h=dde1e7c77e30583e22c9dbfd7ac427632ebe44f6;hp=07dbc704c57c1745cc040a747bc716cc6b52e7f9;hb=cc7c700143bca2420ff0497e648d31a18cc9add2;hpb=ba973321465edf4c1239d3b499b6de1e4be1f10c diff --git a/inc/autopurge/purge-tsks.php b/inc/autopurge/purge-tsks.php index 07dbc704c5..dde1e7c77e 100644 --- a/inc/autopurge/purge-tsks.php +++ b/inc/autopurge/purge-tsks.php @@ -38,7 +38,7 @@ if (!defined('__SECURITY')) { } // END - if // Abort if autopurge is not active or disabled by admin -if ((!EXT_IS_ACTIVE("autopurge")) || (getConfig('auto_purge_active') == "N")) { +if ((!EXT_IS_ACTIVE("autopurge")) || (getConfig('auto_purge_active') != "Y")) { // Abort here return false; } // END - if