More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-setup.php
index ef89f584e9abd838be866e0967ccf79ecb26e225..af9ac00263004dc8dbfe327a662280737bebed2e 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);