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