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