]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-logout.php
www is out-dated
[mailer.git] / inc / modules / member / action-logout.php
index 975b069e7d4e01497c39a349652ca70a4d9b3f3b..10b1f0e3baa4abc440354dc598b0ef9275148365 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -54,7 +54,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the member action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, getMaskedMessage('MEMBER_404_WHAT', getWhat()));
+       addFatalMessage(__FILE__, __LINE__, '{--MEMBER_WHAT_404--}');
 }
 
 // [EOF]