mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 22:41:13 -05: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
b5b7a41948
commit
d485db32bc
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ class OC_Util {
|
|||
closedir($dir);
|
||||
return;
|
||||
}
|
||||
stream_copy_to_stream($sourceStream, $child->fopen('w'));
|
||||
$child->putContent($sourceStream);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue