]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / inc / load_cache.php
index 43f3dcf306bb9f8c4adc3ae5587abc78f128c935..08e882be963b15c34d7fb28ae16dd5a0e03b83af 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Mehr Cache-Dateien nachladen                     *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -68,6 +63,9 @@ loadIncludePool('cache');
 // Init filter system
 initFilterSystem();
 
+// Init session
+initSession();
+
 // Init system here
 runFilterChain('init');