Typo fixed... ;-(
[mailer.git] / inc / libs / cache_functions.php
index c2b92decb910d1aae6054724d6bc358b5636fdcb..b28d1b41fef73604a199dc8faaf2cbb3aa2df50c 100644 (file)
@@ -244,7 +244,7 @@ class mxchange_cache
                // Is the cache file there?
                if (FILE_READABLE($this->cache_inc)) {
                        // Close 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);
 
                        // Remove cache file from system
                        unlink($this->cache_inc);