]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-funcoins.php
'what' files should be loaded only once
[mailer.git] / inc / modules / admin / action-funcoins.php
index 6a3d778778dfbd4d5d310ac1e5ada5ae23b58f98..8fe81f565256de3ad6b9c0192ebf6c2172b42ad0 100644 (file)
@@ -47,7 +47,7 @@ addYouAreHereLink('admin', __FILE__);
 $inc = sprintf("inc/modules/admin/what-%s.php", getWhat());
 if (isIncludeReadable($inc)) { 
        // Ok, we finally load the admin action module
-       loadInclude($inc);
+       loadIncludeOnce($inc);
 } else {
        addFatalMessage(__FILE__, __LINE__, '{--ADMIN_WHAT_404--}');
 }