]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-user.php
More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-user.php
index c41dea375a799852592bfbbe1841ff0ee5e81a98..0dc6d57e84b13551be523e731d1c1e5be4223c73 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);