X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-extras.php;h=fc00eb79654a40690308b170ed459d7eb8066804;hb=8202991f32bfb2056e94a11746c0b5308fe4a273;hp=b24b652396e35263e2ce97c6bc6cb4db7b2ecc7e;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/inc/modules/member/action-extras.php b/inc/modules/member/action-extras.php index b24b652396..fc00eb7965 100644 --- a/inc/modules/member/action-extras.php +++ b/inc/modules/member/action-extras.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--}'); }