X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-stats.php;h=ffdf51a6ef5eff4c11dc733d2972bffc0e39c967;hp=c7e9111a816d9aaa8d0e6449158de7acb0d34c44;hb=deb4293fa309b70be72d66b394e7253c8ea7d351;hpb=f18a3b60125c8c65861e3205da40447b227f89c9 diff --git a/inc/modules/member/action-stats.php b/inc/modules/member/action-stats.php index c7e9111a81..ffdf51a6ef 100644 --- a/inc/modules/member/action-stats.php +++ b/inc/modules/member/action-stats.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 {