]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-admin.php
'what' files should be loaded only once
[mailer.git] / inc / modules / guest / action-admin.php
index 77d8e1de7cf5537eb6164efb2e2a452d3b5c08bf..07060b2c1a94ffcd851e99744bc5b588ab613d76 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--}');
 }