GUEST_404_ACTION is now renamed to GUEST_404_WHAT
[mailer.git] / inc / modules / guest / action-main.php
index 9b7e984c4ab41421b93737c79f9cecafa242c64a..9e3f95d37d0f02d10ce48f3f4266839f691f6789 100644 (file)
@@ -54,8 +54,8 @@ if (isIncludeReadable($INC)) {
        // Ok, we finally load the guest action module
        loadInclude($INC);
 } else {
-       addFatalMessage(__FILE__, __LINE__, getMessage('GUEST_404_ACTION'), getWhat());
+       addFatalMessage(__FILE__, __LINE__, getMessage('GUEST_404_WHAT'), getWhat());
 }
 
-//
+// [EOF]
 ?>