A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / admin / action-menu.php
index a794d55c67282fd95036e46bd20f73e847d6106a..80157d237c412cfbc139a7a1a25c3b6b4871d17a 100644 (file)
@@ -46,7 +46,7 @@ if (INCLUDE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        LOAD_INC($INC);
 } else {
-       addFatalMessage(getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);
+       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);
 }
 
 //