From d4759a5883e6776a2022b204b1af84e454de7f67 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Sep 2014 16:32:05 -0700 Subject: repeated content collapse on update from display page under rare conditions (when the conversation hasn't changed) --- mod/display.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/display.php') diff --git a/mod/display.php b/mod/display.php index c389eb976..be06c1e82 100644 --- a/mod/display.php +++ b/mod/display.php @@ -85,6 +85,8 @@ function display_content(&$a, $update = 0, $load = false) { $target_item = $r[0]; } + $r = null; + if($target_item['item_restrict'] & ITEM_WEBPAGE) { $x = q("select * from channel where channel_id = %d limit 1", intval($target_item['uid']) -- cgit v1.2.3