X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fcache_functions.php;h=b28d1b41fef73604a199dc8faaf2cbb3aa2df50c;hp=c2b92decb910d1aae6054724d6bc358b5636fdcb;hb=808db972209a973665be5ab9d69f520762a4e087;hpb=930830936f3d53fcfde60d14a408c5add6679a22;ds=inline diff --git a/inc/libs/cache_functions.php b/inc/libs/cache_functions.php index c2b92decb9..b28d1b41fe 100644 --- a/inc/libs/cache_functions.php +++ b/inc/libs/cache_functions.php @@ -244,7 +244,7 @@ class mxchange_cache // Is the cache file there? if (FILE_READABLE($this->cache_inc)) { // Close cache - $this->close_cache(); + $this->cache_close(); // Remove cache file from system unlink($this->cache_inc);