X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fextensions%2Fext-profile.php;h=ae60910112dc968bfd19d175678c30d4828993e4;hb=397eb5dee2611cfaa1ff494d73e6785b88109cd6;hp=e0f5c584129fe01432e049f6d3ccf41e6e6d1c03;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc;p=mailer.git diff --git a/inc/extensions/ext-profile.php b/inc/extensions/ext-profile.php index e0f5c58412..ae60910112 100644 --- a/inc/extensions/ext-profile.php +++ b/inc/extensions/ext-profile.php @@ -125,7 +125,7 @@ default: // Do stuff when extension is loaded // Do we have a daily-reset-run? if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1)) { // So let's check for profiles which needs an update - $INC_POOL[] = sprintf("%sinc/profile-updte.php", PATH); + $INC_POOL[] = sprintf("%sinc/profile-updte.php", constant('PATH')); } break; }