]> git.mxchange.org Git - friendica.git/commitdiff
Categories were missing
authorMichael Vogel <icarus@dabo.de>
Tue, 14 Jun 2016 07:50:17 +0000 (09:50 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 14 Jun 2016 07:50:17 +0000 (09:50 +0200)
include/conversation.php

index 416efa1509e9df5c4a72b9011458f30ffdfa19b3..87ad42b0438d44b79cba002e5d758aab733717fd 100644 (file)
@@ -413,7 +413,6 @@ These Fields are not added below (yet). They are here to for bug search.
 `item`.`tag`,
 `item`.`attach`,
 `item`.`inform`,
-`item`.`file`,
 `item`.`pubmail`,
 `item`.`moderated`,
 `item`.`visible`,
@@ -431,7 +430,7 @@ These Fields are not added below (yet). They are here to for bug search.
 `item`.`shadow`,
 */
 
-       $fieldlist = "`item`.`author-link`, `item`.`verb`, `item`.`id`, `item`.`parent`,
+       $fieldlist = "`item`.`author-link`, `item`.`verb`, `item`.`id`, `item`.`parent`, `item`.`file`,
                        `item`.`uid`, `item`.`author-name`, `item`.`location`, `item`.`coord`,
                        `item`.`title`, `item`.`uri`, `item`.`created`, `item`.`app`, `item`.`guid`,
                        `item`.`contact-id`, `item`.`thr-parent`, `item`.`parent-uri`, `item`.`rendered-hash`,