mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -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
71493433b8
commit
5e416c529e
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ class OC_Util {
|
|||
closedir($dir);
|
||||
return;
|
||||
}
|
||||
stream_copy_to_stream($sourceStream, $child->fopen('w'));
|
||||
$child->putContent($sourceStream);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue