]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-repair.php
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / inc / modules / admin / action-repair.php
index ddbe8b17c2e005fe5663d30a9e6719e69ca2fe5b..baed5bf2987e17b098a2a96b2fdabf261e028bc1 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']);
 }
 
 //