Skip to content
Snippets Groups Projects
Commit 5e27ac4b authored by Thomas Müller's avatar Thomas Müller
Browse files

$path already contains the full path to the file

parent 09b64535
Branches
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment