X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=8ca5c6cf014d7452bcd4cbca87de777cb60e2d2a;hb=0226aea588ae0b433e4c2c17b23f79885c2d0da5;hp=27111a3f10b3b72ff64de8f1a7bdd80bb160e0f1;hpb=ea554829b61bac1bec200866cd8e17f8593727bb;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 27111a3f10..8ca5c6cf01 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -89,7 +89,7 @@ $BLOCK_MODE = false; $INC = sprintf("inc/modules/guest/action-%s.php", $GLOBALS['action']); // Is the file there? -if ((FILE_READABLE($INC)) && (VALIDATE_MENU_ACTION("guest", $GLOBALS['action'], $GLOBALS['what']))) { +if ((INCLUDE_READABLE($INC)) && (VALIDATE_MENU_ACTION("guest", $GLOBALS['action'], $GLOBALS['what']))) { // Requested module is available so we load it LOAD_INC_ONCE($INC); } else {