X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-doubler.php;h=e8c82f76156d5ff8955b47cb169584ab69ce011c;hb=ab92fb7241d00636b0eb940f147449758820cba1;hp=2a9dac417f79c421a992c6ae37a9deb5201304fb;hpb=7c9cf221f2f7ef99d45fc233bf346c9f9168ef3e;p=mailer.git diff --git a/inc/extensions/ext-doubler.php b/inc/extensions/ext-doubler.php index 2a9dac417f..e8c82f7615 100644 --- a/inc/extensions/ext-doubler.php +++ b/inc/extensions/ext-doubler.php @@ -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; }