More double-quotes to single-quotes
[mailer.git] / inc / modules / member / action-account.php
index dc75a76071fc9c66317205676f0b31fe075eca71..349132bf662a7441c3415d5002de00a354aa878b 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);