Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / admin / action-doubler.php
index baa342f6129da0965e05a2e4e13ddffa87d4cc5d..85af60e46015bc8917bea52062bf64d243e7e6d5 100644 (file)
@@ -47,7 +47,7 @@ if (FILE_READABLE($INC)) {
        include($INC);
 } else {
        // "what file" not found
-       ADD_FATAL(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2);
+       addFatalMessage(ADMIN_404_ACTION_1.$GLOBALS['what'].ADMIN_404_ACTION_2);
 }
 
 //