More double-quotes to single-quotes
[mailer.git] / inc / modules / guest / action-main.php
index 320ca5ba75423aee48315e7d6342a33caa5928a9..e7a3e95f07e2aa4c27699f71e619cfb0142bc905 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 addYouAreHereLink('guest', __FILE__);
 
 // Load the include file
-$inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/guest/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
        loadIncludeOnce($inc);