]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-beg.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / extensions / ext-beg.php
index 846ad3177f35cb08465625f50969f4da101bc3f7..8d392d64730e46c25f20d97fa1ea95ff368e4711 100644 (file)
@@ -271,7 +271,7 @@ default: // Do stuff when extension is loaded
        // Check for beg rallye is active and send mails out
        if ((getConfig('beg_rallye') == "Y") && (getConfig('beg_new_mem_notify') == "Y")) {
                // Include file for sending out mails
-               $INC_POOL[] = sprintf("%sinc/mails/beg_mails.php", PATH);
+               $INC_POOL[] = sprintf("%sinc/mails/beg_mails.php", constant('PATH'));
        } // END - if
        break;
 }