]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-
'what' files should be loaded only once
[mailer.git] / inc / modules / guest / action-
index ea497eb316a3565fdfa5c0045d8777ce9445df73..dab55af94cd68e5b6316618e6e47ea8ff30e45f2 100644 (file)
@@ -55,7 +55,7 @@ if ((!isExtensionActive('')) && (!isAdmin())) {
 $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--}');
 }