]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-grade.php
Added more config wrappers
[mailer.git] / inc / modules / admin / action-grade.php
index 45a247b715d080715f30ce2a34dccd762e6dab5d..662dfcb62e57394757aa6def90d668d42247da23 100644 (file)
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 // Load the include file
 $inc = sprintf("inc/modules/admin/what-%s.php", getWhat());
-if (isIncludeReadable($inc)) { 
+if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadIncludeOnce($inc);
 } else {