fix new directory chmod

This commit is contained in:
Simon Vieille 2021-06-15 13:04:10 +02:00
parent cee7f886d4
commit ba70ebb0d1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class FsFileManager
return false;
}
$filesystem->mkdir($path, 0700);
$filesystem->mkdir($path, 0755);
return true;
}