From 35dd568f8fd627a45d3bb090ed7e955afadec9e3 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 31 Oct 2013 15:12:26 +0100 Subject: [PATCH] Added missing comma to make the next diff cleaner --- apps/files/ajax/newfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/ajax/newfile.php b/apps/files/ajax/newfile.php index 9d9a81ae3dc..c327d2b9f94 100644 --- a/apps/files/ajax/newfile.php +++ b/apps/files/ajax/newfile.php @@ -119,7 +119,7 @@ if($source) { 'mime' => $mime, 'size' => $size, 'content' => $content, - 'etag' => $meta['etag'] + 'etag' => $meta['etag'], ))); exit(); } -- 2.39.5