]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-misc.php
Removed unneccessary eval() command in overview-inc.php, internal TODO closed
[mailer.git] / inc / modules / admin / action-misc.php
index 81e5691207c7299d1cd28c48d6538d91ec312139..6862a81cfac7308cf4955c7f7ed8bafb5f3d8823 100644 (file)
@@ -42,11 +42,11 @@ ADD_DESCR("admin", __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (FILE_READABLE($INC)) {
+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']);
 }
 
 //