More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-transfer.php
index 1f738beaf9c8bb37d24671128d0a10146d05c4cf..38c7f9c4dada6e668fee3e1e691024678c100578 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);