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