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