Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / load_cache.php
index 1a602766278e974360ffe70fbea6ef8dc604e785..4bdef3483a2f7bcba5833624a43b5584580cfa83 100644 (file)
@@ -37,11 +37,8 @@ if (!defined('__SECURITY')) {
        require($INC);
 }
 
-// Load more cache includes
-$INC_POOL = GET_DIR_AS_ARRAY("inc/loader/", "load_cache-");
-
 // Run the filter
-runFilterChain('load_includes', $INC_POOL);
+runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/loader/", "load_cache-"));
 
 //
 ?>