Skip to content

Commit 78a4a35

Browse files
committed
New dirs use newDirPerms setting
1 parent e524012 commit 78a4a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
if (!is_dir($docRoot.$chosenLocal)) {
2727
if (is_writable($docRoot)) {
28-
mkdir($docRoot.$chosenLocal, 0705);
28+
mkdir($docRoot.$chosenLocal, octdec($ICEcoder['newDirPerms']));
2929
} else {
3030
echo "<script>top.ICEcoder.message('".$t['Sorry, cannot create...']."\\n".$chosenLocal."');</script>";
3131
}

0 commit comments

Comments
 (0)