Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / admin / action-wernis.php
index 65a75c8b6863968cbda210ed90ea6d1ce5280f03..c38971934b7010a978dca9a3e6f2180d66bcf676 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);
 }
 
 //