Skip to content
Snippets Groups Projects
Commit ae2f37ac authored by Vincent Petry's avatar Vincent Petry
Browse files

Removed unused $node variable

parent f39fcbc2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment