]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-
is now located in ['config']
[mailer.git] / inc / autopurge / purge-
index b0c5c7e5d890fa71a7501b3eeb22637673ad27e8..85bf8951a918532669bf38ee6136e65c646c3eb0 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Abort if autopurge is not active or disabled by admin
-if ((!EXT_IS_ACTIVE("autopurge")) || ($_CONFIG['auto_purge_active'] == "N")) {
+if ((!EXT_IS_ACTIVE('autopurge')) || (getConfig('auto_purge_active') == 'N')) {
        // Abort here
        return false;
 } // END - if