]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removed unused $node variable
authorVincent Petry <pvince81@owncloud.com>
Thu, 26 Feb 2015 10:16:42 +0000 (11:16 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 26 Feb 2015 10:16:42 +0000 (11:16 +0100)
lib/private/connector/sabre/objecttree.php

index e13d4ded91befc09ec0dc4fcd79a71150be22ba6..c8416450463dc8f7d14257386269b3c0d5020590 100644 (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);