X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilters.php;h=f100892efe2a292be3a60ac8980fc1b5030ec2b0;hb=50504cd8394771f8822c175375d7f8e7b34b4699;hp=a91dee3e0faae187ef5c8dc4fd714e0d8e3e1a13;hpb=fe1bba9b9c61a08d4f3eda0019012ec033a98719;p=mailer.git diff --git a/inc/filters.php b/inc/filters.php index a91dee3e0f..f100892efe 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -479,7 +479,7 @@ function FILTER_UPDATE_EXTENSION_DATA ($ext_name) { // Load more reset scripts function FILTER_RUN_RESET_INCLUDES () { // Is the reset set or old sql_patches? - if ((!isResetModeEnabled()) || (!isExtensionInstalledAndOlder('sql_patches', '0.4.5'))) { + if (((!isResetModeEnabled()) || (!isExtensionInstalledAndOlder('sql_patches', '0.4.5'))) && (getOutputMode() == 0)) { // Then abort here logDebugMessage(__FUNCTION__, __LINE__, 'Cannot run reset! Please report this bug. Thanks'); } // END - if