]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-stats.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / action-stats.php
index a60ad4ba0cf320c9e8b640077a581b66493af94d..bd22b44803fed60dff75a7f63377115c8e12f995 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);
 }
 
 //