Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / member / action-rals.php
index a6ba127a4a4d1692a1dc4a032853b3b6ce381778..4b224d28a5d95f6c5bdfde57dc4a97946c5a55b1 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]