]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-doubler.php
Comments fixed, ext-network continued, fix for mod stats:
[mailer.git] / inc / modules / admin / action-doubler.php
index d7599b892f4fa7f7be1a4ae6a8d75f868aa440a8..41d931f3b3e19618123b89795264c016c5c570b3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/12/2005 *
- * ===============                              Last change: 02/12/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 02/12/2005 *
+ * ===================                          Last change: 02/12/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-doubler.php                               *
@@ -51,7 +51,7 @@ if (isIncludeReadable($inc)) {
        loadInclude($inc);
 } else {
        // "what file" not found
-       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), getWhat());
+       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_WHAT_404'), getWhat());
 }
 
 // [EOF]