]> git.mxchange.org Git - mailer.git/blobdiff - inc/pool-update.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / pool-update.php
index b2fd7c8ca84b45e89504b5f213f927173fef4b41..2b17629be4d08ca9d99aca96b61c6d27ae8d5eed 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("inc/pool/", "pool-");
 
 // Run the filter
-RUN_FILTER('load_includes');
+RUN_FILTER('load_includes', $INC_POOL);
 
 // Remove counter again
 unset($GLOBALS['pool_cnt']);