]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
admin_new_ext.tpl now resists in right folder, some minor changes
[mailer.git] / inc / modules / admin / what-config_points.php
index 1d9ee21ade18663ada699dd6da5bb488387961eb..74fffe655d1c38aa4a6419c86033ea2e5d52e95c 100644 (file)
@@ -159,11 +159,7 @@ WHERE mails_confirmed < %s", $REF, $REF);
                        $content = "<SPAN class=\"admin_done\">".SETTINGS_SAVED."</SPAN>";
 
                        // Destroy config cache file here...
-                       if (GET_EXT_VERSION("cache") >= "0.1.2")
-                       {
-                               if ($cacheInstance->cache_file("config", true)) $cacheInstance->cache_destroy();
-                               unset($cacheArray);
-                       }
+                       REBUILD_CACHE("config", "config");
                }
                 else
                {