]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-doubler.php
More language constants rewritten ({--LANGUAGE--} is for constants)
[mailer.git] / inc / extensions / ext-doubler.php
index 2a9dac417f79c421a992c6ae37a9deb5201304fb..e8c82f76156d5ff8955b47cb169584ab69ce011c 100644 (file)
@@ -240,7 +240,7 @@ case "test": // For testing purposes. For details see file inc/modules/admin/wha
 default: // Do stuff when extension is loaded
        if ((isBooleanConstantAndTrue('__DAILY_RESET')) && (getConfig('doubler_send_mode') == "RESET")) {
                // So let's check for points
-               $INC_POOL[] = sprintf("%sinc/doubler_send.php", PATH);
+               $INC_POOL[] = sprintf("%sinc/doubler_send.php", constant('PATH'));
        }
        break;
 }