]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-forced.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-forced.php
index 3235e85013b5a8a54e794988a8bc4b01348a63ae..173da3260947ac54c58952f2b4e7df9845b38e1f 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);