X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=8d4f0d8a73920d17b1536b6cd8c199b80d048e82;hb=99966a712b3b3d8b521524762e153353d1d20bd4;hp=7720430d718b30bcf0eea1601c2829e2e1804490;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 7720430d71..8d4f0d8a73 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -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()))) {