]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-them.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / loader / load_cache-them.php
index c516fe9c9dcf1da30351b8028d0a8c8a3ac44374..0b453f1b4bfa16b697f7e2c42ef028ca48b6a10c 100644 (file)
@@ -91,7 +91,7 @@ if (($cacheInstance->loadCacheFile("themes")) && ($cacheInstance->extensionVersi
        $cacheInstance->finalize();
 
        // Reload the cache
-       require(__FILE__);
+       LOAD_INC(__FILE__);
 }
 
 //