X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-account.php;h=dc1568083ff03117997f540f86c4531d592b6db3;hp=9f1967493989a1514110d562d222506852221896;hb=deb4293fa309b70be72d66b394e7253c8ea7d351;hpb=f18a3b60125c8c65861e3205da40447b227f89c9 diff --git a/inc/modules/member/action-account.php b/inc/modules/member/action-account.php index 9f19674939..dc1568083f 100644 --- a/inc/modules/member/action-account.php +++ b/inc/modules/member/action-account.php @@ -47,7 +47,7 @@ ADD_DESCR("member", __FILE__); // Load the include file $INC = sprintf("inc/modules/member/what-%s.php", SQL_ESCAPE($GLOBALS['what'])); -if (FILE_READABLE($INC)) { +if (INCLUDE_READABLE($INC)) { // Ok, we finally load the member action module LOAD_INC($INC); } else {