Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / autopurge.php
index 72b242a0b41048526634c85707077ce35a92d8fc..aec79e6cc367c3a16795584aed808e6bb4f3e6df 100644 (file)
@@ -37,11 +37,8 @@ if (!defined('__SECURITY')) {
        require($INC);
 } // END - if
 
-// Load all includes
-$INC_POOL = GET_DIR_AS_ARRAY("inc/autopurge/", "purge-");
-
 // Run the filter
-runFilterChain('load_includes', $INC_POOL);
+runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"));
 
 // Run filters for extra autopurge
 runFilterChain('extra_autopurge');