New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / pool-update.php
index dc7da9a39475335c4002f6652a7f8d9ce394a704..30eb9f4e06c1c933d12d452854b4be94cdd1468f 100644 (file)
@@ -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');