@@ -169,7 +169,7 @@ |
||
169 | 169 | ksort($valid_mime_types); |
170 | 170 | |
171 | 171 | // combine mime types and extensions array |
172 | - $output = "$preamble\$swift_mime_types = array(\n " . implode($valid_mime_types, ",\n ") . "\n);"; |
|
172 | + $output = "$preamble\$swift_mime_types = array(\n ".implode($valid_mime_types, ",\n ")."\n);"; |
|
173 | 173 | |
174 | 174 | // write mime_types.php config file |
175 | 175 | @file_put_contents('./mime_types.php', $output); |