$path already contains the full path to the file

This commit is contained in:
Thomas Müller 2013-09-25 17:17:29 +02:00
parent 09b64535a9
commit 5e27ac4b1a

View 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);
}