More double-quotes to single-quotes
[mailer.git] / inc / modules / member / action-earn.php
index cd893fd9183a9073fe699c78e2febf08a383911e..f7df431a4371011d8be2a8b5e8731068f4d380af 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);