]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
Global variables rewritten
[mailer.git] / inc / modules / admin / what-config_points.php
index 9ea90fab8a83776f6cdc5c53f646f443bbb24d03..524ec68c71c51a9ea69c0f74a9866ddcb81f83f0 100644 (file)
@@ -108,7 +108,7 @@ if (isset($_POST['ok'])) {
 
                // Update cache file
                if (GET_EXT_VERSION("cache") >= "0.1.2") {
-                       if ($cacheInstance->loadCacheFile("refdepths")) $cacheInstance->destroyCacheFile();
+                       if ($GLOBALS['cache_instance']->loadCacheFile("refdepths")) $GLOBALS['cache_instance']->destroyCacheFile();
                }
                break;