]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-logout.php
New functions introduced, several rewrites:
[mailer.git] / inc / modules / member / action-logout.php
index 283f054b789eca9e699a29b20cb18849d20a0475..1167acc61a8cb7a862d15a31b25da2f231ac1689 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]