From d5bfff6f4f85a0fcc5f28b7a39ef3b0266fd7db2 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 16 Nov 2016 10:47:20 +0100 Subject: [PATCH] add comment for non empty text file Signed-off-by: Robin Appelman --- apps/files/js/filelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index a9df023614..1294a8d0c9 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -2158,7 +2158,7 @@ self.filesClient.putFileContents( targetPath, - ' ', + ' ', // dont create empty files which fails on some storage backends { contentType: 'text/plain', overwrite: true