X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool-update.php;h=30eb9f4e06c1c933d12d452854b4be94cdd1468f;hb=75062a410999a290b18fe181370139b37a160eb5;hp=dc7da9a39475335c4002f6652a7f8d9ce394a704;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/pool-update.php b/inc/pool-update.php index dc7da9a394..30eb9f4e06 100644 --- a/inc/pool-update.php +++ b/inc/pool-update.php @@ -53,7 +53,7 @@ $GLOBALS['pool_cnt'] = 0; // Init & set the include pool INIT_INC_POOL(); -SET_INC_POOL(GET_DIR_AS_ARRAY('inc/pool/', 'pool-')); +SET_INC_POOL(getArrayFromDirectory('inc/pool/', 'pool-')); // Run the filter runFilterChain('load_includes');