More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-misc.php
index ae75164ec6db342bbb1c504c1d3390130a60f72e..609d94c66609531540155d247dc5388c2b8e7664 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);