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