]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-bank.php
Endless redirect fixed and needless action/what sets removed
[mailer.git] / inc / modules / admin / action-bank.php
index 6766542044f02103ec839a693dcb507051b31c02..82465e65b62de1a7b0f2c41900e6aa3222daa270 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 05/31/2007 *
- * ===============                              Last change: 05/31/2007 *
+ * Mailer v0.2.1-FINAL                                Start: 05/31/2007 *
+ * ===================                          Last change: 05/31/2007 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-bank.php                                  *
@@ -50,7 +50,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), getWhat());
+       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_WHAT_404'), getWhat());
 }
 
 // [EOF]