X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_cache.php;h=a4099c3aafeadb388103c085fcb20d3f62f583a1;hb=9436bad8c185aa6255268311136ed00bb44c737b;hp=bf03f5a1b9e49dd86a503020337a7bf4835ff1d8;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/load_cache.php b/inc/load_cache.php index bf03f5a1b9..a4099c3aaf 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -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] ?>