]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
More constant rewrites
[mailer.git] / inc / autopurge.php
index 262bc3d1f3518bfc4a12d4a8c31af111fab6a050..72b242a0b41048526634c85707077ce35a92d8fc 100644 (file)
@@ -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');
 
 //
 ?>