also rename file when it has not been present before

This commit is contained in:
Jörn Friedrich Dreyer 2013-02-10 16:18:52 +01:00
parent 72a2075b1c
commit 806522d007
1 changed files with 2 additions and 2 deletions

View File

@ -65,9 +65,9 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node implements Sa
// mark file as partial while uploading (ignored by the scanner)
$partpath = $newPath . '.part';
\OC\Files\Filesystem::file_put_contents($partpath, $data);
// rename to correct path
\OC\Files\Filesystem::rename($partpath, $newPath);