More fixes applied from profi-conecpt, cache system rewritten: now all cache files...
[mailer.git] / inc / modules / admin / what-config_points.php
index af0d44c4072be54e371cb76d52cea16c5f4157cf..44cafc4f7694a20cc8cf640b0c2817da6b52359a 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", true)) $cacheInstance->cache_destroy();
+                       if ($cacheInstance->cache_file("refdepths")) $cacheInstance->cache_destroy();
                }
                break;