X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpool-update.php;h=f54f84bf4d95053040c7be1e4920084ac6548d2d;hp=628b18a310a0e99005e08ef57234f39b004f424d;hb=39172de4ecec2f6ddc597a5ae439e7aef79c75ed;hpb=ae64f8d8d403a8e4990f484d14aad36722e1da51 diff --git a/inc/pool-update.php b/inc/pool-update.php index 628b18a310..f54f84bf4d 100644 --- a/inc/pool-update.php +++ b/inc/pool-update.php @@ -52,14 +52,8 @@ $cnt = 0; $msg = ""; // Load more cache includes $INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/pool/", "pool-"); -// Include all -foreach ($INC_POOL as $fqfn) { - // Include the file - require_once($fqfn); -} // END - foreach - -// Remove array -unset($INC_POOL); +// Run the filter +RUN_FILTER('load_includes'); // Remove message (IMPORTANT!) unset($msg);