New functions introduced, several rewrites:
[mailer.git] / inc / modules / member / action-stats.php
index 74b4ba63d5d50795db8667cfabc82f1aa71e63a4..4f627649c94f0b8ce9140e297184119721b23520 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]