Removed unused $node variable

This commit is contained in:
Vincent Petry 2015-02-26 11:16:42 +01:00
parent f39fcbc250
commit ae2f37ac06
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class ObjectTree extends \Sabre\DAV\Tree {
}
// this will trigger existence check
$node = $this->getNodeForPath($source);
$this->getNodeForPath($source);
try {
$this->fileView->copy($source, $destination);