X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-newsletter.php;h=e1338dae6c24cd97567fb3beca5618d659c25dfa;hb=e2212ac50663d7da7b77040270d55c90b66d65af;hp=658d6089a26166e1ae213d53df63a32328c0c2aa;hpb=41f83d889de7bb9290e5bfb1d9fa1a0bcd16897a;p=mailer.git diff --git a/inc/modules/admin/action-newsletter.php b/inc/modules/admin/action-newsletter.php index 658d6089a2..e1338dae6c 100644 --- a/inc/modules/admin/action-newsletter.php +++ b/inc/modules/admin/action-newsletter.php @@ -42,7 +42,7 @@ 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 {