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