X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilters.php;h=02e3efdfde97e28cc5cf7b0bf14bae20e83ba2db;hp=20dae9fdb550520baea88f911f4ebd918990ba42;hb=258bb8c82f21617f7f90bff8023602a11b986f7e;hpb=6c79a2ab7254e656340ee4504e652662babae7c1 diff --git a/inc/filters.php b/inc/filters.php index 20dae9fdb5..02e3efdfde 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -853,7 +853,7 @@ function FILTER_FLUSH_TEMPLATE_CACHE () { // Now flush all foreach ($GLOBALS['template_eval'] as $template=>$eval) { // Flush the cache (if not yet found) - flushTemplateCache($template, $eval); + //flushTemplateCache($template, $eval); } // END - if } // END - if }