We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e524012 commit 78a4a35Copy full SHA for 78a4a35
1 file changed
lib/github-manager.php
@@ -25,7 +25,7 @@
25
26
if (!is_dir($docRoot.$chosenLocal)) {
27
if (is_writable($docRoot)) {
28
- mkdir($docRoot.$chosenLocal, 0705);
+ mkdir($docRoot.$chosenLocal, octdec($ICEcoder['newDirPerms']));
29
} else {
30
echo "<script>top.ICEcoder.message('".$t['Sorry, cannot create...']."\\n".$chosenLocal."');</script>";
31
}
0 commit comments