]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Fix for 'array-to-string-conversion' bug in request-functions.php
[mailer.git] / inc / load_cache.php
index 3039a408d1fe349dd9fd9995365058fc785ae3a1..4bdef3483a2f7bcba5833624a43b5584580cfa83 100644 (file)
@@ -37,11 +37,8 @@ if (!defined('__SECURITY')) {
        require($INC);
 }
 
-// Load more cache includes
-$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/loader/", "load_cache-");
-
 // Run the filter
-RUN_FILTER('load_includes');
+runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/loader/", "load_cache-"));
 
 //
 ?>