]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-rals.php
Fixes for unset config entries and ['header'] entry
[mailer.git] / inc / modules / member / action-rals.php
index 06c51e1dc74a07fa94ec4e0a642c98a99bda9991..deae233e060aa03248f593a7ab7c92067c69b128 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]