]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-admins.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-admins.php
index ff6ff458a5b1ba7d4d604ff60225af23bd701deb..bcdb9855c161e69f78d5c1e71fc4c2b0afdb8dc1 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);