mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 01:50:33 -04:00
Use proper storage method for writing skeleton files
otherwise the filecache will have a wrong size for skeleton files Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
348af70efc
commit
6ded6afa97
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ class OC_Util {
|
|||
closedir($dir);
|
||||
return;
|
||||
}
|
||||
stream_copy_to_stream($sourceStream, $child->fopen('w'));
|
||||
$child->putContent($sourceStream);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue