mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Change right mask to asset dir PHRAS-1294
Change right mask to asset dir PHRAS-1294
This commit is contained in:
@@ -45,7 +45,7 @@ class FilesystemService
|
||||
$pathout = sprintf('%s%s%05d', $repository_path, $comp, $n++);
|
||||
} while (is_dir($pathout) && iterator_count(new \DirectoryIterator($pathout)) > 100);
|
||||
|
||||
$this->filesystem->mkdir($pathout, 0750);
|
||||
$this->filesystem->mkdir($pathout, 0770);
|
||||
|
||||
return $pathout . DIRECTORY_SEPARATOR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user