]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-welcome.php
Fixed bad naming of variable
[mailer.git] / inc / modules / member / what-welcome.php
index f507e8461de994bc66bdd9cf3d1e0a563b37308b..82de27f7bc938606676e7da2b837c326a2683299 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -52,7 +52,7 @@ $content = array(
 );
 
 // Load header template
-loadTemplate('member_welcome_header', false, $content);
+loadTemplate('member_welcome_header', FALSE, $content);
 
 // Check if he is returning from a profile update notification
 if ((isExtensionActive('profile')) && (getUserData('notified') == 'Y')) {