X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge.php;h=72b242a0b41048526634c85707077ce35a92d8fc;hp=262bc3d1f3518bfc4a12d4a8c31af111fab6a050;hb=5deec33be1baf2135eefc2bbb0d1b63c6cbd2f9a;hpb=af0d7727246bdfb13ab844727ac75750ad5d21b7 diff --git a/inc/autopurge.php b/inc/autopurge.php index 262bc3d1f3..72b242a0b4 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -41,10 +41,10 @@ if (!defined('__SECURITY')) { $INC_POOL = GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"); // Run the filter -RUN_FILTER('load_includes', $INC_POOL); +runFilterChain('load_includes', $INC_POOL); // Run filters for extra autopurge -RUN_FILTER('extra_autopurge'); +runFilterChain('extra_autopurge'); // ?>