Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / loader / load_cache-config.php
index ad5b5dfcd9cda20226beaa996f41e9e1c1c8acde..ad3342a43574d82a7f8ea23f902579883e0f7235 100644 (file)
@@ -61,8 +61,8 @@ if (($GLOBALS['cache_instance']->loadCacheFile("config", true)) && ($GLOBALS['ca
        // Close the cache
        $GLOBALS['cache_instance']->finalize();
 
-       // Reload the cache
-       LOAD_INC(__FILE__);
+       // Include loader again
+       require(__FILE__);
 }
 
 //