$path already contains the full path to the file

remotes/origin/stable6
Thomas Müller 12 years ago
parent 09b64535a9
commit 5e27ac4b1a
  1. 1
      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) { function afterWriteContent($path, Sabre_DAV_IFile $node) {
$path = $path .'/'.$node->getName();
$this->verifyContentLength($path); $this->verifyContentLength($path);
} }

Loading…
Cancel
Save