]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/cache_functions.php
Even more indexes rewritten to __FUNCTION__
[mailer.git] / inc / libs / cache_functions.php
index 2d40fddc565d293b413708e30444f5d578a3205a..902f21dce8e1966ca74beb4fa3e6470c303bb1d1 100644 (file)
@@ -48,7 +48,7 @@ function FILTER_CACHE_DESTROY_ON_EXT_CHANGE ($data) {
        if (!isCacheInstanceValid()) return $data;
 
        // Remove cache
-       foreach (array('config','extension','modules') as $cache) {
+       foreach (array('config','extension','filter','modules') as $cache) {
                if ($GLOBALS['cache_instance']->loadCacheFile($cache)) $GLOBALS['cache_instance']->removeCacheFile();
        } // END - foreach