More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / action-wernis.php
index eb199865bf37e86505adf9242b4ea43cca2c80b3..3a1e172b5d0230eb5459aac243f4821f3e53d644 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);