]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-newsletter.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / extensions / ext-newsletter.php
index fd5f2f560efe3b4a854e2f54ff556fb9db39d480..5810b4e1f0f9ffcf738721e041602149a7803d2c 100644 (file)
@@ -170,7 +170,7 @@ default: // Do stuff when extension is loaded
 
        if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1)) {
                // Daily reset was run so let's check out for expired newsletter orders
-               $INC_POOL[] = sprintf("%sinc/monthly/monthly_newsletter.php", PATH);
+               $INC_POOL[] = sprintf("%sinc/monthly/monthly_newsletter.php", constant('PATH'));
        }
        break;
 }