Constant PATH rewritten, some parts rewritten to use INCLUDE_READABLE()
[mailer.git] / inc / autopurge.php
index 75bddcd86b15f2864ccb3d377222099beda077e1..8f2e72a208e683e053d724c893464283f701541a 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Load all includes
-$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/autopurge/", "purge-");
+$INC_POOL = GET_DIR_AS_ARRAY(constant('PATH')."inc/autopurge/", "purge-");
 
 // Run the filter
 RUN_FILTER('load_includes', $INC_POOL);