Ticket resolved, code rewrites and caching:
[mailer.git] / inc / autopurge / purge-general.php
index a11fc14b333f8b9a65dbe635420900081dd6eaf6..782b69d6f0e8a9b26f6e56611ab50d5df20c641b 100644 (file)
@@ -39,7 +39,7 @@ if (!defined('__SECURITY')) {
 }
 
 // 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;
 }