Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / action-extras.php
index 89cdbb859c4ac591976649f5f9d1d7ed17d6cc68..0badee216ad7c943884335b060be47a3f883d75b 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);
 }
 
 //