Constant PATH rewritten, some parts rewritten to use INCLUDE_READABLE()
[mailer.git] / inc / pool-update.php
index 32256682f5370933dbb4853696c23d9f8e04a4c5..93e986148ad7a6b01220de3b9790791d1705205e 100644 (file)
@@ -47,7 +47,7 @@ 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', $INC_POOL);