X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fautopurge.php;h=5f2af6265f74bf608ea741f66e7c2d5923e4613f;hb=24d88ff55d8797b8624ed0efb6cdfb3cd1e2fa68;hp=fc56479628fcb886bf170b83f7e64502ca766fda;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index fc56479628..5f2af6265f 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -44,7 +44,7 @@ if (!defined('__SECURITY')) { // Init & set the include pool INIT_INC_POOL(); -SET_INC_POOL(GET_DIR_AS_ARRAY('inc/autopurge/', 'purge-')); +SET_INC_POOL(getArrayFromDirectory('inc/autopurge/', 'purge-')); // Run the filter runFilterChain('load_includes');