From 15cd4792b8261ad23488c12fdcb40870c3a3d092 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 27 Feb 2018 06:28:53 +0000 Subject: [PATCH] Bugfix: The network update after a post now works again --- mod/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/network.php b/mod/network.php index fc3bdf0d68..9aa1c6e9e4 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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`)