]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added missing comma to make the next diff cleaner
authorVincent Petry <pvince81@owncloud.com>
Thu, 31 Oct 2013 14:12:26 +0000 (15:12 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 31 Oct 2013 14:12:26 +0000 (15:12 +0100)
apps/files/ajax/newfile.php

index 9d9a81ae3dcaccf48c3d445b0a0e2f9b3d9cf23b..c327d2b9f94f4e9395b30dc48fa611c1086f6f58 100644 (file)
@@ -119,7 +119,7 @@ if($source) {
                        'mime' => $mime,
                        'size' => $size,
                        'content' => $content,
-                       'etag' => $meta['etag']
+                       'etag' => $meta['etag'],
                )));
                exit();
        }