]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-rallye.php
Even more double->single converted
[mailer.git] / inc / modules / admin / action-rallye.php
index a2b4f6ec1a9851c712eb8ca3036bc6f894302d1d..964072128e1ab7bc9dd0c7ef811cdc90e9a0551e 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Load the include file
-$inc = sprintf("inc/modules/admin/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/admin/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadIncludeOnce($inc);