Set the right permissions on new localization folders

pull/7/head
Thomas Bruederli 12 years ago
parent 9603477e95
commit cc9f35a4b7

@ -71,7 +71,7 @@ EOF;
$output .= "\n";
$dir = dirname($outfn);
@mkdir($dir, 664, true);
@mkdir($dir, 0755, true);
if (file_put_contents($outfn, $output))
echo "-> $outfn\n";
}

Loading…
Cancel
Save