New functions introduced, several rewrites:
[mailer.git] / inc / modules / member / action-account.php
index dab2afd152c052a8ea9b7c00c503ee136218d678..bd8747aee0e3b5cbb9a72304c0835a1edc700753 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_WHAT'), getWhat()));
+       addFatalMessage(__FILE__, __LINE__, getMaskedMessage('MEMBER_404_WHAT', getWhat()));
 }
 
 // [EOF]