mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 18:00:54 -04:00
$path already contains the full path to the file
This commit is contained in:
parent
09b64535a9
commit
5e27ac4b1a
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue