src build elFinder-2.1-7b38c65

This commit is contained in:
nao-pon
2016-03-23 20:27:57 +09:00
parent 8a895294cb
commit e40ca69d75
11 changed files with 428 additions and 39 deletions
+6 -1
View File
@@ -885,7 +885,12 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
return false;
}
}
if (is_link($path)) {
unlink($path);
return $this->setError(elFinder::ERROR_SAVE, $name);
}
@chmod($path, $this->options['fileMode']);
clearstatcache();
return $path;