X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-stats.php;h=d343e01c00cb1ef8a96a367ccc4d70e73734592f;hp=281b4e6fd01fe3bc60c73426d3ed17204610e1a9;hb=fb573d4c3d981d52fd969a6d7167d8dc839be688;hpb=102403bf54b89ba5ca9a97bb8ba834c94ebe7a07 diff --git a/inc/modules/member/action-stats.php b/inc/modules/member/action-stats.php index 281b4e6fd0..d343e01c00 100644 --- a/inc/modules/member/action-stats.php +++ b/inc/modules/member/action-stats.php @@ -52,7 +52,7 @@ addYouAreHereLink('member', __FILE__); $inc = sprintf("inc/modules/member/what-%s.php", getWhat()); if (isIncludeReadable($inc)) { // Ok, we finally load the member action module - loadInclude($inc); + loadIncludeOnce($inc); } else { addFatalMessage(__FILE__, __LINE__, '{--MEMBER_WHAT_404--}'); }