mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Removed unused $node variable
This commit is contained in:
parent
f39fcbc250
commit
ae2f37ac06
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue