]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Major cleanup of old-school HTML-mess...
[mailer.git] / inc / load_cache.php
index 33f2d63b5592e9c8b2af0fe67d87980bda6c3d43..8f7a3b1e95bc7473d1c7f7b03cba56399c666178 100644 (file)
@@ -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');