X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_user_subids.php;h=395c879a3f31f833c484d33e95e96e3a43b92c2f;hp=84df36e3f0f05bc63853bb2ed916691dab96a895;hb=84dd2fecd5b013cf6f4c4e7dee8b0d470b6a5f5c;hpb=fed7fa31618320f28ae73af4f19d008012d75849 diff --git a/inc/daily/daily_user_subids.php b/inc/daily/daily_user_subids.php index 84df36e3f0..395c879a3f 100644 --- a/inc/daily/daily_user_subids.php +++ b/inc/daily/daily_user_subids.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) { +} elseif ((!isHtmlOutputMode()) || (!isDailyResetEnabled())) { // Do not execute when script is in non-HTML mode or no daily reset return; } elseif (!isExtensionInstalledAndNewer('user', '0.5.8')) {