X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-autopurge.php;h=9c46b91e5a1bc0bc4042d96ba76a4f8f642fa0a4;hb=9b794f45ed937ac4476d972bb2f88fbe27aa8bc8;hp=ff66f2cb1f5059f6173072ad6cf7e52dd9061139;hpb=7c9cf221f2f7ef99d45fc233bf346c9f9168ef3e;p=mailer.git diff --git a/inc/extensions/ext-autopurge.php b/inc/extensions/ext-autopurge.php index ff66f2cb1f..9c46b91e5a 100644 --- a/inc/extensions/ext-autopurge.php +++ b/inc/extensions/ext-autopurge.php @@ -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; }