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