All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / loader / load_cache-admin.php
index 5f240f552632a7ca7b4d2065ec024cba0657c0f9..eef5335ccb7f86516cbe88661b01582b58048834 100644 (file)
@@ -107,7 +107,7 @@ ORDER BY login", __FILE__, __LINE__);
        $cacheInstance->finalize();
 
        // Reload the cache
-       require(__FILE__);
+       LOAD_INC(__FILE__);
 }
 
 // Next cached table are the admins_acls...
@@ -138,7 +138,7 @@ if (GET_EXT_VERSION("admins") >= "0.3") {
                $cacheInstance->finalize();
 
                // Reload the cache
-               require(__FILE__);
+               LOAD_INC(__FILE__);
        }
 } // END - if