X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge.php;h=5f2af6265f74bf608ea741f66e7c2d5923e4613f;hp=fc56479628fcb886bf170b83f7e64502ca766fda;hb=12d1414024e87153a133bb1d0fe0185ca2c700c5;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac 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');