]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-rallye.php
Bug 'return is not bool' fixed
[mailer.git] / inc / modules / admin / action-rallye.php
index 6a342875fd86ccce043ba67f56e7cae6f42d08cb..23d880af371f08a4aef10783bd5b686b3fe14cd0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 06/29/2004 *
- * ===============                              Last change: 06/29/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 06/29/2004 *
+ * ===================                          Last change: 06/29/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-rallye.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]