More double-quotes to single-quotes
[mailer.git] / inc / modules / guest / action-
index dde138f6677d8b4f43c7b601d16a202e3c6c6e84..a1219a93d98b7b1a2c7f791632bf63c238291f2a 100644 (file)
@@ -52,7 +52,7 @@ if ((!isExtensionActive('')) && (!isAdmin())) {
 } // END - if
 
 // 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);