]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-stats.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-stats.php
index 9e6eab66efe3b075d017ca84197a7fe496a1725a..c91f7e506350592e72429e08cff916c8dfb223d3 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Load the include file
-$inc = sprintf("inc/modules/admin/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/admin/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadIncludeOnce($inc);