mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 13:44:53 -04:00
Merge pull request #35050 from nextcloud/backport/34834/stable23
[stable23] Fix size calculation on copying the skeleton files
This commit is contained in:
commit
b43f2b1d52
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