Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / loader / load_cache-modreg.php
index 0ff8842588a00683426f011fca881347e9296cdd..03489db89917261cbee2f071354aa86c55200102 100644 (file)
@@ -91,8 +91,8 @@ FROM `{!_MYSQL_PREFIX!}_mod_reg` ORDER BY `id`", __FILE__, __LINE__);
        // Close the cache
        $GLOBALS['cache_instance']->finalize();
 
-       // Reload the cache
-       LOAD_INC(__FILE__);
+       // Include loader again
+       require(__FILE__);
 }
 
 //