]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-admin.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / guest / action-admin.php
index 1d85aba2d6b3629f678f7364b9e488d10c2e3024..dfc7a9036f182b318180518beee4fe15a5bd1755 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 addYouAreHereLink('guest', __FILE__);
 
 // Only when one admin link is clicked...
-$inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/guest/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
        loadIncludeOnce($inc);