Revert "verify path when getting a node for sabredav"
This commit is contained in:
parent
e5c6a9481f
commit
f13a2d9251
1 changed files with 0 additions and 2 deletions
|
@ -104,8 +104,6 @@ class ObjectTree extends \Sabre\DAV\Tree {
|
|||
throw new \Sabre\DAV\Exception\ServiceUnavailable('filesystem not setup');
|
||||
}
|
||||
|
||||
$this->fileView->verifyPath($path, basename($path));
|
||||
|
||||
$path = trim($path, '/');
|
||||
if (isset($this->cache[$path])) {
|
||||
return $this->cache[$path];
|
||||
|
|
Loading…
Reference in a new issue