mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 14:31:03 -05:00
Merge pull request #35048 from nextcloud/backport/34834/stable25
[stable25] Fix size calculation on copying the skeleton files
This commit is contained in:
commit
1a75cc19c8
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