X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-account.php;h=aa2e72f0bc1c92a38ce5eb3c0f58a777c5f9816b;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=b1b0510aa5d05694e5eabcaa15433fdc64a38d44;hpb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;p=mailer.git diff --git a/inc/modules/member/action-account.php b/inc/modules/member/action-account.php index b1b0510aa5..aa2e72f0bc 100644 --- a/inc/modules/member/action-account.php +++ b/inc/modules/member/action-account.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--}'); }