X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_profile.php;h=70b0eb96b5882a04e60810b13e90016a87f053a1;hb=c26f6e1ccd30d9db4bda085fa5bc377da7da3066;hp=2f48a136e56767239edf213d2b09947bd5c1912d;hpb=f3916afac1fa7519a4f30fc932bd2c7c57da4a9d;p=mailer.git diff --git a/inc/daily/daily_profile.php b/inc/daily/daily_profile.php index 2f48a136e5..70b0eb96b5 100644 --- a/inc/daily/daily_profile.php +++ b/inc/daily/daily_profile.php @@ -42,7 +42,7 @@ if (!defined('__SECURITY')) { } elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) { // Do not execute when script is in CSS mode or no daily reset return; -} elseif ((!isExtensionActive('profile')) && (isDebugModeEnabled())) { +} elseif (!isExtensionActive('profile')) { logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-profile disabled.'); return; }