X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=d5a4f20347509cd0f2b2833ad90ad51290228827;hp=1fa43f7be0d61c60eb10a7ebeb8d3a7837e8efbd;hb=6586600d8020147192e5f28ca2a3a0153f774d3c;hpb=ed9e95a268dbaea932b703fe4e8653615befcc27 diff --git a/inc/functions.php b/inc/functions.php index 1fa43f7be0..d5a4f20347 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2622,9 +2622,9 @@ 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)) { + if ($cacheInstance->loadCacheFile($cache)) { // Destroy it - $cacheInstance->cache_destroy(); + $cacheInstance->destroyCacheFile(); } // END - if // Include file given?