Change right mask to asset dir PHRAS-1294

Change right mask to asset dir PHRAS-1294
This commit is contained in:
Nicolas Maillat
2016-12-12 16:44:02 +01:00
committed by GitHub
parent f412a031b9
commit b151faaba7

View File

@@ -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;
}