summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-02-26 11:16:42 +0100
committerVincent Petry <pvince81@owncloud.com>2015-02-26 11:16:42 +0100
commitae2f37ac06514dc53fd192c04aebdf9f51d03b04 (patch)
tree9e4ca7e5f23f78f4ecbded5e89944583a70d5346 /lib
parentf39fcbc250c3817e0c62627b127cf31a70dca36a (diff)
downloadnextcloud-server-ae2f37ac06514dc53fd192c04aebdf9f51d03b04.tar.gz
nextcloud-server-ae2f37ac06514dc53fd192c04aebdf9f51d03b04.zip
Removed unused $node variable
Diffstat (limited to 'lib')
-rw-r--r--lib/private/connector/sabre/objecttree.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/connector/sabre/objecttree.php b/lib/private/connector/sabre/objecttree.php
index e13d4ded91b..c8416450463 100644
--- a/lib/private/connector/sabre/objecttree.php
+++ b/lib/private/connector/sabre/objecttree.php
@@ -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);