Fixes/rewrites for 'dublicate entry' bug
[mailer.git] / inc / pool-update.php
index ac66385eb898089920bafbc0f839a3fee68f810d..46c7002bc5baa1c9e225153d9a67b4a140712fff 100644 (file)
@@ -46,11 +46,8 @@ if (isResetModeEnabled()) {
 // Init counter
 $GLOBALS['pool_cnt'] = 0;
 
-// Load more cache includes
-$INC_POOL = GET_DIR_AS_ARRAY("inc/pool/", "pool-");
-
 // Run the filter
-runFilterChain('load_includes', $INC_POOL);
+runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/pool/", "pool-"));
 
 // Remove counter again
 unset($GLOBALS['pool_cnt']);