Comments fixed, ext-network continued, fix for mod stats:
[mailer.git] / inc / modules / member / action-order.php
index 1dfce0a9f44dbce07ae67c2af2ec3afa4964f616..d2f234ffd14748b53aa9f8487f37edbd12571f08 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/12/2006 *
- * ================                             Last change: 02/12/2006 *
+ * Mailer v0.2.1-FINAL                                Start: 02/12/2006 *
+ * ===================                          Last change: 02/12/2006 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-order.php                                 *
@@ -60,7 +60,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]