]> source.dussan.org Git - nextcloud-server.git/commitdiff
missing comma in sql statement
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 8 Feb 2013 12:49:26 +0000 (13:49 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 8 Feb 2013 12:49:26 +0000 (13:49 +0100)
lib/public/share.php

index d46bee26dd4bb5a028c46d01d796933efa19a2e8..af2a538e252d034aa837cba6b8c5ddbd09a7a58f 100644 (file)
@@ -704,7 +704,7 @@ class Share {
                                                $select = '`*PREFIX*share`.`id`, `item_type`, `*PREFIX*share`.`parent`, `uid_owner`, '
                                                                 .'`share_type`, `share_with`, `file_source`, `path`, `file_target`, '
                                                                 .'`permissions`, `expiration`, `storage`, `*PREFIX*filecache`.`parent` as `file_parent`, '
-                                                                .'`name`  `mtime`, `mimetype`, `mimepart`, `size`, `encrypted`, `etag`';
+                                                                .'`name`, `mtime`, `mimetype`, `mimepart`, `size`, `encrypted`, `etag`';
                                        } else {
                                                $select = '`*PREFIX*share`.`id`, `item_type`, `item_source`, `item_target`, `*PREFIX*share`.`parent`, `share_type`, `share_with`, `uid_owner`, `file_source`, `path`, `file_target`, `permissions`, `stime`, `expiration`, `token`';
                                        }