Merge pull request #6783 from owncloud/backport-6530-stable6

Backport 6530 stable6
remotes/origin/stable6
Thomas Müller 13 years ago
commit b0edbd8ebd
  1. 2
      lib/private/connector/sabre/file.php

@ -64,7 +64,7 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D
}
// mark file as partial while uploading (ignored by the scanner)
$partpath = $this->path . '.part';
$partpath = $this->path . '.ocTransferId' . rand() . '.part';
// if file is located in /Shared we write the part file to the users
// root folder because we can't create new files in /shared

Loading…
Cancel
Save