]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-mods.php
Removed 'notice' CSS class from listing tasks
[mailer.git] / inc / modules / admin / action-mods.php
index 28a741c0d007886a8d519a458e3b3013c13f8367..4f4f67cb07065d753c6a6dce0c452b5caacf31c0 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--}');
 }