X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fhourly%2Fhourly_;h=9d34222d4ae9f97a9be97475727a962057ff7468;hb=2f0e149667e2ae37728af52a25c0363f8b0bc6ce;hp=a1a2a2e369439caca6c3b69d00e7edf63dbd1977;hpb=2a852c2894711c1818ec7246d71c2a2d7c81fbcf;p=mailer.git diff --git a/inc/hourly/hourly_ b/inc/hourly/hourly_ index a1a2a2e369..9d34222d4a 100644 --- a/inc/hourly/hourly_ +++ b/inc/hourly/hourly_ @@ -41,7 +41,7 @@ if (!defined('__SECURITY')) { } elseif ((isCssOutputMode()) || (isHourlyResetEnabled()) || (!isExtensionInstalledAndNewer('sql_patches', '0.7.5'))) { // Do not execute when script is in CSS mode or no hourly reset return; -} elseif (!isExtensionActive('')) { +} elseif ((!isExtensionActive('')) && (isDebugModeEnabled())) { logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext- disabled.'); return; }