]> 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 92db387cdb4a936b2f3f39eee005f590e8382678..8f7a3b1e95bc7473d1c7f7b03cba56399c666178 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/28/2004 *
- * ===============                              Last change: 11/28/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/28/2004 *
+ * ===================                          Last change: 11/28/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : 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');