]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-main.php
New functions introduced, several rewrites:
[mailer.git] / inc / modules / member / action-main.php
index 395eabcd394c6127c89bd397a8a1239d9fbeb3e3..41b75f3b5e1d87f8a4223f7d4a0395139956df0e 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]