X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-logout.php;h=0ce73a6416d21e44242ee05b253f4a3a36f1801d;hb=e46c5fea5c110ad9bb1514d2c92a60b140f28f70;hp=10b1f0e3baa4abc440354dc598b0ef9275148365;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/modules/member/action-logout.php b/inc/modules/member/action-logout.php index 10b1f0e3ba..0ce73a6416 100644 --- a/inc/modules/member/action-logout.php +++ b/inc/modules/member/action-logout.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--}'); }