[VD:LocalFileSystem] fix merge miss of last commit 61dbd00

This commit is contained in:
nao-pon
2015-11-12 09:53:20 +09:00
parent 61dbd00b72
commit 7e29eead7d
@@ -821,6 +821,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
if (is_link($p) || !$this->nameAccepted($name)
||
(($mimeByName = elFinderVolumeDriver::mimetypeInternalDetect($name)) && $mimeByName !== 'unknown' && !$this->allowPutMime($mimeByName))) {
$this->setError(elFinder::ERROR_SAVE, $name);
return true;
}
if (is_dir($p) && $this->_findSymlinks($p)) {