Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / member / action-extras.php
index b80d246ff56eaaba813e390ebcdfe918171c2bec..8d3174fa5eeca9fd8cdf30e7e0f3714bfe61d126 100644 (file)
@@ -55,7 +55,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the member action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('MEMBER_404_ACTION'), getWhat()));
+       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('MEMBER_404_WHAT'), getWhat()));
 }
 
 // [EOF]