]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-main.php
Fix for #138 and some 'empty version' fixed
[mailer.git] / inc / modules / member / action-main.php
index 80d999dc811a414d744d9e079c916a8a103dd550..395eabcd394c6127c89bd397a8a1239d9fbeb3e3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/16/2003 *
- * ===============                              Last change: 02/27/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 10/16/2003 *
+ * ===================                          Last change: 02/27/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-main.php                                  *
@@ -55,7 +55,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the member action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('MEMBER_404_ACTION'), getWhat()));
+       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('MEMBER_404_WHAT'), getWhat()));
 }
 
 // [EOF]