]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/sponsor_functions.php
More double-quotes to single-quotes
[mailer.git] / inc / libs / sponsor_functions.php
index 0edbbec6f1a703ca49999c01b4602832d37d26a7..81fd04d6409eecb4a17eaf5d7693e214603ed35f 100644 (file)
@@ -341,7 +341,7 @@ function addSponsorContent ($what) {
        $GLOBALS['sponsor_output'] = '';
 
        // Generate IFN (Include FileName)
-       $INC = sprintf("inc/modules/sponsor/%s.php", $what);
+       $INC = sprintf('inc/modules/sponsor/%s.php', $what);
        if (isIncludeReadable($INC)) {
                // Every sponsor action will output nothing directly. It will be written into $GLOBALS['sponsor_output']!
                loadIncludeOnce($INC);