]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-holiday.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / admin / action-holiday.php
index 79247485a31ff8b2d1a769e4b41fa6f57ce6e7ee..184d74005d882b86aea704bf2b5dac65d2af5875 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);
 }
 
 //