X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-rallye.php;h=62ecfa2ce874e37c3af85c1f251dfe344f34cbe6;hb=d26e8ed6303691be6c5a0eff216494bdd6cfbe8d;hp=f0719b7fb7e309d1772b4812f1226dc9a14ecfac;hpb=1cf72a9c1a5e737509af79d49f0731da2eb6a218;p=mailer.git diff --git a/inc/modules/admin/action-rallye.php b/inc/modules/admin/action-rallye.php index f0719b7fb7..62ecfa2ce8 100644 --- a/inc/modules/admin/action-rallye.php +++ b/inc/modules/admin/action-rallye.php @@ -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']); } //