All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / extensions / ext-autopurge.php
index ff66f2cb1f5059f6173072ad6cf7e52dd9061139..9c46b91e5a1bc0bc4042d96ba76a4f8f642fa0a4 100644 (file)
@@ -257,7 +257,7 @@ default: // Do stuff when extension is loaded
        if (isBooleanConstantAndTrue('__DAILY_RESET') && (!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;
 }