]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
New functions introduced, several rewrites:
[mailer.git] / inc / load_cache.php
index 33f2d63b5592e9c8b2af0fe67d87980bda6c3d43..fb6c7aa633f69b24fe9d58d07ab044073b4b2337 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,9 @@ loadIncludeOnce('inc/loader/load_cache-filter.php');
 // Pre-load extensions cacher
 loadIncludeOnce('inc/loader/load_cache-extension.php');
 
+// Init filter system
+initFilterSystem();
+
 // Load all includes
 loadIncludePool('cache');