]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-tsks.php
Ticket resolved, code rewrites and caching:
[mailer.git] / inc / autopurge / purge-tsks.php
index 07dbc704c57c1745cc040a747bc716cc6b52e7f9..dde1e7c77e30583e22c9dbfd7ac427632ebe44f6 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Abort if autopurge is not active or disabled by admin
 } // 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
        // Abort here
        return false;
 } // END - if