]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/index.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / index.php
index 7720430d718b30bcf0eea1601c2829e2e1804490..8d4f0d8a73920d17b1536b6cd8c199b80d048e82 100644 (file)
@@ -65,7 +65,7 @@ loadTemplate('guest_menu_content');
 enableBlockMode(FALSE);
 
 // Construct FQFN
-$inc = sprintf("inc/modules/guest/action-%s.php", getAction());
+$inc = sprintf('inc/modules/guest/action-%s.php', getAction());
 
 // Is the file there?
 if ((isIncludeReadable($inc)) && (isMenuActionValid('guest', getAction(), getWhat()))) {