]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-main.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / action-main.php
index 24359aa6fd70b4ce50aa7fc9d74dc22b235b63e8..e280b75340b9a9ead4f23345cd2854fb94dd99f0 100644 (file)
@@ -51,7 +51,7 @@ if (FILE_READABLE($INC_WHAT)) {
        // Ok, we finally load the member action module
        include_once($INC_WHAT);
 } else {
-       ADD_FATAL(MEMBER_404_ACTION_1.$GLOBALS['what'].MEMBER_404_ACTION_2);
+       addFatalMessage(MEMBER_404_ACTION_1.$GLOBALS['what'].MEMBER_404_ACTION_2);
 }
 
 //