fix: too many root slashes

master
Guillermo Pages 4 years ago
parent 5264448ebc
commit efa9d0f2cb

@ -23,6 +23,7 @@ class FileSystem
$buildPath = '';
for ($i=0; $i<$partsCount; $i++) {
$part = $parts[$i];
if ($part === '') continue;
if (!file_exists($buildPath . "/$part")) {
if (!is_writable($buildPath)) {
if ($throw) {

Loading…
Cancel
Save