]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-rals.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / member / action-rals.php
index 62c102582ebff02fea56f008aa14097ce7a878ad..04f9dd695db1928e04ebae9d67af35e44d6b1617 100644 (file)
@@ -51,7 +51,7 @@ if (INCLUDE_READABLE($INC)) {
        // Ok, we finally load the member action module
        LOAD_INC($INC);
 } else {
        // Ok, we finally load the member action module
        LOAD_INC($INC);
 } else {
-       addFatalMessage(MEMBER_404_ACTION_1.$GLOBALS['what'].MEMBER_404_ACTION_2);
+       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('MEMBER_404_ACTION'), $GLOBALS['what']));
 }
 
 //
 }
 
 //