X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-country.php;h=4c08cfac0b1e5e2b3cef02f5706440800965c146;hp=21bb02c6683f657f468e5b8272018a2de592a92a;hb=7b0f17cd637e388049d2167811e4332cec1e979b;hpb=aea4f2a51ffa6f483056c6ce167c8c6fd8ca6129 diff --git a/inc/modules/admin/action-country.php b/inc/modules/admin/action-country.php index 21bb02c668..4c08cfac0b 100644 --- a/inc/modules/admin/action-country.php +++ b/inc/modules/admin/action-country.php @@ -47,9 +47,9 @@ ADD_DESCR('admin', __FILE__); // Load the include file $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what'])); -if (INCLUDE_READABLE($INC)) { +if (isIncludeReadable($INC)) { // Ok, we finally load the admin action module - LOAD_INC($INC); + loadInclude($INC); } else { addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), $GLOBALS['what']); }