]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-bank.php
'what' files should be loaded only once
[mailer.git] / inc / modules / member / action-bank.php
index 35892aec9b732fac1e647a3dc5b27c8f7b6d8707..8e151921d53d8cdac17dd4017d740e6490f1c063 100644 (file)
@@ -57,7 +57,7 @@ if ((!isExtensionActive('bank')) && (!isAdmin())) {
 $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--}');
 }