Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / admin / action-menu.php
index 2643a16251ec3c1da1fe396b2f3fdef0471e411a..c327a28d3b3a873650f0ddd92acfa632838c0ff8 100644 (file)
@@ -46,7 +46,7 @@ if (FILE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        include($INC);
 } else {
-       ADD_FATAL(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2);
+       addFatalMessage(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2);
 }
 
 //