]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Merge pull request #4506 from annando/fix-update
[friendica.git] / mod / network.php
index 34ff4aa68720074de08e2de25a7cbce84b5ccfde..6373af8022c4d724031f0df6c81c29c259404317 100644 (file)
@@ -764,7 +764,7 @@ function networkThreadedView(App $a, $update = 0)
                } else {
                        $sql_extra4 = '';
                }
-               $r = q("SELECT `item`.`uri`, `item`.`parent` AS `item_id`, $sql_order AS `order_date`
+               $r = q("SELECT `item`.`parent-uri` AS `uri`, `item`.`parent` AS `item_id`, $sql_order AS `order_date`
                        FROM `item` $sql_post_table
                        STRAIGHT_JOIN `contact` ON `contact`.`id` = `item`.`contact-id`
                                AND (NOT `contact`.`blocked` OR `contact`.`pending`)