]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-user.php
Fixes and cleanups
[mailer.git] / inc / modules / admin / action-user.php
index 2b64d840595c330b60480c3517b1871f6a2538e2..605e38d4d4eaf2c9df26496f61cf8bcb3ed1dc35 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--}');
 }