]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-autopurge.php
Ticket resolved, code rewrites and caching:
[mailer.git] / inc / extensions / ext-autopurge.php
index ff66f2cb1f5059f6173072ad6cf7e52dd9061139..d876c0188b8cf63aa361cddbfa0d7a8186d7fda8 100644 (file)
@@ -254,10 +254,10 @@ case "test": // For testing purposes. For details see file inc/modules/admin/wha
 
 default: // Do stuff when extension is loaded
        // Do we have a daily-reset-run?
-       if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1))
+       if (isBooleanConstantAndTrue('__DAILY_RESET') && (!isBooleanConstantAndTrue('DEBUG_MODE')) && ($CSS != 1))
        {
                // Yes, we have. So let's auto-purge some campaigns, inactive users and unconfirmed accounts
-               $INC_POOL[] = sprintf("%sinc/autopurge.php", PATH);
+               $INC_POOL[] = sprintf("%sinc/autopurge.php", constant('PATH'));
        }
        break;
 }