From 5e27ac4b1ade3a78941ced1eef5aaa2d2df0cedf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Wed, 25 Sep 2013 17:17:29 +0200
Subject: [PATCH] $path already contains the full path to the file

---
 lib/connector/sabre/aborteduploaddetectionplugin.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/connector/sabre/aborteduploaddetectionplugin.php b/lib/connector/sabre/aborteduploaddetectionplugin.php
index 745c4a9942..1173ff2f9a 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);
 	}
 
-- 
GitLab