mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 10:39:13 -04:00
fix: Create empty file instead of file with a space
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
ad652036c5
commit
c8f35085a1
1 changed files with 1 additions and 1 deletions
|
|
@ -3034,7 +3034,7 @@
|
|||
|
||||
self.filesClient.putFileContents(
|
||||
targetPath,
|
||||
' ', // dont create empty files which fails on some storage backends
|
||||
'',
|
||||
{
|
||||
contentType: 'text/plain',
|
||||
overwrite: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue