]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool-update.php
More typos fixed, thanks to Profi-Concept
[mailer.git] / inc / pool-update.php
index b2fd7c8ca84b45e89504b5f213f927173fef4b41..93e986148ad7a6b01220de3b9790791d1705205e 100644 (file)
@@ -47,10 +47,10 @@ if (defined('__DAILY_RESET')) {
 $GLOBALS['pool_cnt'] = 0;
 
 // Load more cache includes
-$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/pool/", "pool-");
+$INC_POOL = GET_DIR_AS_ARRAY(constant('PATH')."inc/pool/", "pool-");
 
 // Run the filter
-RUN_FILTER('load_includes');
+RUN_FILTER('load_includes', $INC_POOL);
 
 // Remove counter again
 unset($GLOBALS['pool_cnt']);