]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-task.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-task.php
index f2fae63d27e522a5462d1c3b05354296344ee701..106ade168a08da0dc43a930c7d403ad0d90282db 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);