GUEST_404_ACTION is now renamed to GUEST_404_WHAT
[mailer.git] / inc / modules / guest / action-members.php
index df2c43424828b8f686d614685d67b95c929a3dc4..a3261d0b41c9c4ab8e5c2d606d2894481102dc99 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]
 ?>