]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-refdepths.php
Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / loader / load_cache-refdepths.php
index 4e73cb15f0e7cd9c80afa1fb5515fd5ede226b3b..5658eae645aec3617e6365db3cb7866092188436 100644 (file)
@@ -59,8 +59,8 @@ if (($GLOBALS['cache_instance']->loadCacheFile("refdepths")) && ($GLOBALS['cache
        // Close the cache
        $GLOBALS['cache_instance']->finalize();
 
-       // Reload the cache
-       LOAD_INC(__FILE__);
+       // Include loader again
+       require(__FILE__);
 }
 
 //