]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-newsletter.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / admin / action-newsletter.php
index 4114603ea45b4a10285e26ce26d048a04ff3dc14..27a2b8b4f97e0c1b36ebf83703038696c2a1ad25 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);
 }
 
 //