]> source.dussan.org Git - nextcloud-server.git/commitdiff
$path already contains the full path to the file
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Sep 2013 15:17:29 +0000 (17:17 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Sep 2013 15:17:29 +0000 (17:17 +0200)
lib/connector/sabre/aborteduploaddetectionplugin.php

index 745c4a9942dbf5bce89cfe7919fb88284ae50fe9..1173ff2f9aaa7aca830e07e7d496b392081bc53c 100644 (file)
@@ -54,7 +54,6 @@ class OC_Connector_Sabre_AbortedUploadDetectionPlugin extends Sabre_DAV_ServerPl
        }
 
        function afterWriteContent($path, Sabre_DAV_IFile $node) {
-               $path = $path .'/'.$node->getName();
                $this->verifyContentLength($path);
        }