X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-profile.php;h=6d2805798f267b9aae44a37a4be9c110eb1f92fa;hp=ae60910112dc968bfd19d175678c30d4828993e4;hb=cc7c700143bca2420ff0497e648d31a18cc9add2;hpb=ba973321465edf4c1239d3b499b6de1e4be1f10c diff --git a/inc/extensions/ext-profile.php b/inc/extensions/ext-profile.php index ae60910112..6d2805798f 100644 --- a/inc/extensions/ext-profile.php +++ b/inc/extensions/ext-profile.php @@ -123,7 +123,7 @@ case "test": // For testing purposes. For details see file inc/modules/admin/wha default: // Do stuff when extension is loaded // Do we have a daily-reset-run? - if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1)) { + if (isBooleanConstantAndTrue('__DAILY_RESET') && (!isBooleanConstantAndTrue('DEBUG_MODE')) && ($CSS != 1)) { // So let's check for profiles which needs an update $INC_POOL[] = sprintf("%sinc/profile-updte.php", constant('PATH')); }