]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-sponsor.php
GUEST_404_ACTION is now renamed to GUEST_404_WHAT
[mailer.git] / inc / modules / guest / action-sponsor.php
index 08efab2a619be9dbd3e3164e766c7f7698d42446..bcb2b6e7eb24524d46f6743f2f58461c8dd88c7c 100644 (file)
@@ -56,8 +56,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]
 ?>