More double-quotes to single-quotes
[mailer.git] / inc / modules / member / action-rals.php
index 8171e9d91c8e5773686bdcf72428bfb608309483..4fc9a5df10068987bec5775de441c1f96182f986 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);