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