]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Several rewrites/renames, fixes for installation. Resolves #104
[mailer.git] / inc / load_cache.php
index 88d53eaf6ec713595f1a86f4b5f1697c50a79310..1a602766278e974360ffe70fbea6ef8dc604e785 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
 $INC_POOL = GET_DIR_AS_ARRAY("inc/loader/", "load_cache-");
 
 // Run the filter
-RUN_FILTER('load_includes', $INC_POOL);
+runFilterChain('load_includes', $INC_POOL);
 
 //
 ?>