]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/cache_filter.php
Countless fixes, ext-grade started:
[mailer.git] / inc / filter / cache_filter.php
index dd9d22b7d8be6df9dde9e6f4d6e02dfd163ca0b5..704d3e8f3c74cfc56f15a313df6be84e01794093 100644 (file)
@@ -104,7 +104,7 @@ function FILTER_CACHE_DESTROY_ALL ($data) {
 function FILTER_CACHE_DESTROY_FILTER ($data) {
        // Skip this step if the cache instance is not there
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
-       if ((!isCacheInstanceValid()) || (getConfig('update_filter_usage') != 'Y')) {
+       if ((!isCacheInstanceValid()) || ((isConfigEntrySet('update_filter_usage')) && (getConfig('update_filter_usage') != 'Y'))) {
                return false;
        } // END - if