Reverted of changes in 1704, see ticket #160
[mailer.git] / inc / load_cache.php
index 8f7a3b1e95bc7473d1c7f7b03cba56399c666178..c5fefb7d4ecf814bb081a2c615f5bac4e97caf78 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -63,14 +64,14 @@ loadIncludeOnce('inc/loader/load_cache-filter.php');
 // Pre-load extensions cacher
 loadIncludeOnce('inc/loader/load_cache-extension.php');
 
+// Load all includes
+loadIncludePool('cache');
+
 // Init filter system
 initFilterSystem();
 
 // Init system here
 runFilterChain('init');
 
-// Load all includes
-loadIncludePool('cache');
-
 // [EOF]
 ?>