]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-stats.php
New functions introduced, several rewrites:
[mailer.git] / inc / modules / member / action-stats.php
index ce1bf1713485f79cbe86866eab9943ed88734c7b..4f627649c94f0b8ce9140e297184119721b23520 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/12/2006 *
- * ================                             Last change: 02/12/2006 *
+ * Mailer v0.2.1-FINAL                                Start: 02/12/2006 *
+ * ===================                          Last change: 02/12/2006 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-stats.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_ACTION'), getWhat()));
+       addFatalMessage(__FILE__, __LINE__, getMaskedMessage('MEMBER_404_WHAT', getWhat()));
 }
 
 // [EOF]