]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-main.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / modules / guest / action-main.php
index 125585b32be402e73b85a435fdc60debf360021b..5feddc567fe2b4c18f3d73e168b1ce700ab1480b 100644 (file)
@@ -49,7 +49,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']);
 }
 
 //