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