]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-admin.php
Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / loader / load_cache-admin.php
index 3237733fe01668ea4411fd2c25640c997ec8db01..7ffffb8c6e1f690152b613e7831658889161612c 100644 (file)
@@ -102,8 +102,8 @@ ORDER BY login", __FILE__, __LINE__);
        // Close cache
        $GLOBALS['cache_instance']->finalize();
 
-       // Reload the cache
-       LOAD_INC(__FILE__);
+       // Include loader again
+       require(__FILE__);
 }
 
 // Next cached table are the admins_acls...
@@ -132,8 +132,8 @@ if (GET_EXT_VERSION("admins") >= "0.3") {
                // Close cache
                $GLOBALS['cache_instance']->finalize();
 
-               // Reload the cache
-               LOAD_INC(__FILE__);
+               // Include loader again
+               require(__FILE__);
        }
 } // END - if