More double-quotes to single-quotes
[mailer.git] / inc / modules / admin / what-repair_lang.php
index eaedd39ae4c3b4dbb5554ee22bea7d592420a160..ee6ab11bb7acb11c973bb668bac161317ea0255b 100644 (file)
@@ -70,7 +70,7 @@ foreach ($validLanguages as $lang) {
                }
 
                // Construct english include filename
-               $INC = sprintf("inc/language/%s%s.php", $prefix, $lang);
+               $INC = sprintf('inc/language/%s%s.php', $prefix, $lang);
 
                // Is the file readable?
                if (isIncludeReadable($INC)) {