A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / member / action-extras.php
index aea409bf0a3a594bda9399316b313d44efc4463f..3d8870110ee3e61a246950a92088f849b3a4a988 100644 (file)
@@ -51,7 +51,7 @@ if (INCLUDE_READABLE($INC)) {
        // 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']));
 }
 
 //