]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: The network update after a post now works again
authorMichael <heluecht@pirati.ca>
Tue, 27 Feb 2018 06:28:53 +0000 (06:28 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 27 Feb 2018 06:28:53 +0000 (06:28 +0000)
mod/network.php

index fc3bdf0d689802a18df130f6eb59b5902df95df5..9aa1c6e9e4a87b8e4f9376b4828e2bf9405fe407 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`)