Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / action-logout.php
index 8c2867af95a4465887cfb56133fceb051a6df95c..74945d10ee16cd1b6996a266dcb1c269412dd5d0 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);
 }
 
 //