X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmonthly%2Fmonthly_beg.php;h=62d017396f93445259f05d156e38cae40ab6ed27;hp=0d6dd424bdc0aa30dedc16992a6fa9ab826201de;hb=84dd2fecd5b013cf6f4c4e7dee8b0d470b6a5f5c;hpb=fed7fa31618320f28ae73af4f19d008012d75849 diff --git a/inc/monthly/monthly_beg.php b/inc/monthly/monthly_beg.php index 0d6dd424bd..62d017396f 100644 --- a/inc/monthly/monthly_beg.php +++ b/inc/monthly/monthly_beg.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) { +} elseif ((!isHtmlOutputMode()) || (!isMonthlyResetEnabled())) { // Do not execute when script is in non-HTML mode or no hourly reset return; } elseif ((!isExtensionActive('beg')) || (!isBegRallyeEnabled())) {