X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_cache.php;h=4bdef3483a2f7bcba5833624a43b5584580cfa83;hb=9e1f6d2cff0bbef912d605d4ae1728f0382b83a4;hp=1a602766278e974360ffe70fbea6ef8dc604e785;hpb=5deec33be1baf2135eefc2bbb0d1b63c6cbd2f9a;p=mailer.git diff --git a/inc/load_cache.php b/inc/load_cache.php index 1a60276627..4bdef3483a 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -37,11 +37,8 @@ if (!defined('__SECURITY')) { require($INC); } -// Load more cache includes -$INC_POOL = GET_DIR_AS_ARRAY("inc/loader/", "load_cache-"); - // Run the filter -runFilterChain('load_includes', $INC_POOL); +runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/loader/", "load_cache-")); // ?>