From: Vincent Petry Date: Thu, 31 Oct 2013 14:12:26 +0000 (+0100) Subject: Added missing comma to make the next diff cleaner X-Git-Tag: v6.0.0beta3~11^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=35dd568f8fd627a45d3bb090ed7e955afadec9e3;p=nextcloud-server.git Added missing comma to make the next diff cleaner --- 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(); }