]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-account.php
'what' files should be loaded only once
[mailer.git] / inc / modules / member / action-account.php
index b1b0510aa5d05694e5eabcaa15433fdc64a38d44..aa2e72f0bc1c92a38ce5eb3c0f58a777c5f9816b 100644 (file)
@@ -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--}');
 }