]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Continued a bit:
[mailer.git] / inc / load_cache.php
index 76b8b4d269c81388947ebc3ab6473cdc0d502dec..f0796194c4830de7073a8e1057122c981efffa14 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Mehr Cache-Dateien nachladen                     *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -63,6 +63,9 @@ loadIncludePool('cache');
 // Init filter system
 initFilterSystem();
 
+// Init session
+initSession();
+
 // Init system here
 runFilterChain('init');