]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-stats.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / member / action-stats.php
index 92c79feba3e379b1f8600f1d162c7b8380269610..f48093b9419eb5429f560d43e2518ed358bd18ba 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);