]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-payouts.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-payouts.php
index 8b813721ef7ae1d6ad31bf70a88e859ec43a6935..b83b153e1d6f15fa174eb37d4a722c3249f96adb 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);