]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-them.php
Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / loader / load_cache-them.php
index fcfd809967a2d8bc93a2f9b3b3d4faf1fee2bba6..299935f40d3cb06eb5819e5760c6bb17b6e81fb8 100644 (file)
@@ -86,8 +86,8 @@ if (($GLOBALS['cache_instance']->loadCacheFile("themes")) && ($GLOBALS['cache_in
        // Close the cache
        $GLOBALS['cache_instance']->finalize();
 
-       // Reload the cache
-       LOAD_INC(__FILE__);
+       // Include loader again
+       require(__FILE__);
 }
 
 //