X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_cache.php;h=8f7a3b1e95bc7473d1c7f7b03cba56399c666178;hp=33f2d63b5592e9c8b2af0fe67d87980bda6c3d43;hb=a28637f0eb7975f2240c42d349e5f08a9722d9bb;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/inc/load_cache.php b/inc/load_cache.php index 33f2d63b55..8f7a3b1e95 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -51,7 +51,7 @@ initCacheInstance(); initExtensionCssFiles(); // Initialize array for "always keep active extensions" -$GLOBALS['cache_array']['active_extensions'] = array(); +$GLOBALS['cache_array']['always_active'] = array(); // Init & set the INC_POOL initIncludePool('cache'); @@ -63,6 +63,12 @@ loadIncludeOnce('inc/loader/load_cache-filter.php'); // Pre-load extensions cacher loadIncludeOnce('inc/loader/load_cache-extension.php'); +// Init filter system +initFilterSystem(); + +// Init system here +runFilterChain('init'); + // Load all includes loadIncludePool('cache');