X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fautopurge.php;h=8f2e72a208e683e053d724c893464283f701541a;hb=1f507f190ba73b50dc005b6d5597422f239b3761;hp=c3a206f0fb2214e6fa7e05150a2ad64819f47c6c;hpb=39172de4ecec2f6ddc597a5ae439e7aef79c75ed;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index c3a206f0fb..8f2e72a208 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -38,10 +38,10 @@ 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'); +RUN_FILTER('load_includes', $INC_POOL); // Run filters for extra autopurge RUN_FILTER('extra_autopurge');