]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Fix for ticket #86, thx 2 profi-concept :)
[mailer.git] / inc / load_cache.php
index 3039a408d1fe349dd9fd9995365058fc785ae3a1..4e849ba4402108eb778629cd0d37c29295978d74 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
 $INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/loader/", "load_cache-");
 
 // Run the filter
-RUN_FILTER('load_includes');
+RUN_FILTER('load_includes', $INC_POOL);
 
 //
 ?>