X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-account.php;h=bd8747aee0e3b5cbb9a72304c0835a1edc700753;hb=a28637f0eb7975f2240c42d349e5f08a9722d9bb;hp=dab2afd152c052a8ea9b7c00c503ee136218d678;hpb=e2148142f8b1a8f40fd6e7ca32185569c5a9083e;p=mailer.git diff --git a/inc/modules/member/action-account.php b/inc/modules/member/action-account.php index dab2afd152..bd8747aee0 100644 --- a/inc/modules/member/action-account.php +++ b/inc/modules/member/action-account.php @@ -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]