]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-country.php
Even more double->single converted
[mailer.git] / inc / modules / admin / action-country.php
index d715b9a6047cdebdee91b90c413362bc9f13af84..61167e8e9a6400ef6a7b12ed553f972a45a5d9e0 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);