]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_profile.php
Swapped all
[mailer.git] / inc / daily / daily_profile.php
index 70b0eb96b5882a04e60810b13e90016a87f053a1..6b97f616f237ecd8429867e8348ff2b8aba8b4ce 100644 (file)
@@ -39,8 +39,8 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) {
-       // Do not execute when script is in CSS mode or no daily reset
+} elseif ((!isHtmlOutputMode()) || (!isDailyResetEnabled())) {
+       // Do not execute when script is in non-HTML mode or no daily reset
        return;
 } elseif (!isExtensionActive('profile')) {
        logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-profile disabled.');