]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
More fixes applied from profi-conecpt, cache system rewritten: now all cache files...
[mailer.git] / inc / functions.php
index 65d558956bf1951c789ea2d7e4ac48c36dd85c1d..5b3b3855c384f2dbf1d16755a509c00ece02148c 100644 (file)
@@ -2602,7 +2602,7 @@ function REBUILD_CACHE ($cache, $inc="") {
        // Shall I remove the cache file?
        if ((EXT_IS_ACTIVE("cache")) && (is_object($cacheInstance))) {
                // Rebuild cache
-               if ($cacheInstance->cache_file($cache, true)) {
+               if ($cacheInstance->cache_file($cache)) {
                        // Destroy it
                        $cacheInstance->cache_destroy();
                } // END - if