]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Rewrites to use filters instead of mass if() blocks
[mailer.git] / inc / load_cache.php
index bf03f5a1b9e49dd86a503020337a7bf4835ff1d8..a4099c3aafeadb388103c085fcb20d3f62f583a1 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -71,5 +71,8 @@ initFilterSystem();
 // Init system here
 runFilterChain('init');
 
+// Run post-initialization (e.g. determining username)
+runFilterChain('post_init');
+
 // [EOF]
 ?>