]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-members.php
'what' files should be loaded only once
[mailer.git] / inc / modules / guest / action-members.php
index 1b51d4843c2e7f6b1d6a89f55a82eefcb2327b6a..2672040b3f6ac0a0366f5d62afd975cb6cc83d60 100644 (file)
@@ -50,7 +50,7 @@ addYouAreHereLink('guest', __FILE__);
 $inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
-       loadInclude($inc);
+       loadIncludeOnce($inc);
 } else {
        addFatalMessage(__FILE__, __LINE__, '{--GUEST_WHAT_404--}');
 }