Cache system restructured, config cache will be rebuild again
[mailer.git] / inc / mysql-manager.php
index abed7ff9496e8c2ddca3484b56d64a5361e02e51..61a98d58c70fcdd46e45dae4a10e07575dcdd792 100644 (file)
@@ -1640,8 +1640,11 @@ function UPDATE_CONFIG ($entries, $values, $updateMode="") {
 
        // Destroy cache
        if ((GET_EXT_VERSION("cache") >= "0.1.2") && (SQL_AFFECTEDROWS() == 1)) {
-               global $cacheInstance;
+               global $cacheInstance, $_CONFIG, $CSS;
                if ($cacheInstance->cache_file("config", true)) $cacheInstance->cache_destroy();
+
+               // Rebuid the cache
+               require(PATH."inc/load_cache-config.php");
        } // END - if
 }
 //