aboutsummaryrefslogtreecommitdiffstats
path: root/lib/connector
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-25 17:17:29 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-25 17:17:29 +0200
commit5e27ac4b1ade3a78941ced1eef5aaa2d2df0cedf (patch)
tree0e8bf8815c6bcf4bcfee49d1a65d197305daf97d /lib/connector
parent09b64535a9099bdf9c71fa96b3aab2e49206ffde (diff)
downloadnextcloud-server-5e27ac4b1ade3a78941ced1eef5aaa2d2df0cedf.tar.gz
nextcloud-server-5e27ac4b1ade3a78941ced1eef5aaa2d2df0cedf.zip
$path already contains the full path to the file
Diffstat (limited to 'lib/connector')
-rw-r--r--lib/connector/sabre/aborteduploaddetectionplugin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/connector/sabre/aborteduploaddetectionplugin.php b/lib/connector/sabre/aborteduploaddetectionplugin.php
index 745c4a9942d..1173ff2f9aa 100644
--- a/lib/connector/sabre/aborteduploaddetectionplugin.php
+++ b/lib/connector/sabre/aborteduploaddetectionplugin.php
@@ -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);
}