X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fautopurge.php;h=aec79e6cc367c3a16795584aed808e6bb4f3e6df;hb=e3701377bd1dcae6ac39265f8c1bdd8d0fed7911;hp=c3a206f0fb2214e6fa7e05150a2ad64819f47c6c;hpb=39172de4ecec2f6ddc597a5ae439e7aef79c75ed;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index c3a206f0fb..aec79e6cc3 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -37,14 +37,11 @@ if (!defined('__SECURITY')) { require($INC); } // END - if -// Load all includes -$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/autopurge/", "purge-"); - // Run the filter -RUN_FILTER('load_includes'); +runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-")); // Run filters for extra autopurge -RUN_FILTER('extra_autopurge'); +runFilterChain('extra_autopurge'); // ?>