Cache class rewritten to better convention
[mailer.git] / inc / modules / admin / what-config_points.php
index 44cafc4f7694a20cc8cf640b0c2817da6b52359a..436b12720262f23299d645d83099ceecc7a58468 100644 (file)
@@ -103,7 +103,7 @@ if (isset($_POST['ok'])) {
 
                // Update cache file
                if (GET_EXT_VERSION("cache") >= "0.1.2") {
-                       if ($cacheInstance->cache_file("refdepths")) $cacheInstance->cache_destroy();
+                       if ($cacheInstance->loadCacheFile("refdepths")) $cacheInstance->destroyCacheFile();
                }
                break;