More double-quotes to single-quotes
[mailer.git] / inc / modules / guest / action-members.php
index 2c2acf39ce93df8c2e3534ee1deca3d5cfdf28c1..da2dcd8b44a1863f36b5844382cbea6541ce2529 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);