From: Zach Prezkuta Date: Sun, 13 Jan 2013 17:51:19 +0000 (-0700) Subject: comments inherit pagedropping state of the top-level X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98d83f5d0bdf31948061c035f06ccb56f59505cb;p=friendica.git comments inherit pagedropping state of the top-level --- diff --git a/object/Item.php b/object/Item.php index e9f114b84d..9c06fc8cf7 100644 --- a/object/Item.php +++ b/object/Item.php @@ -66,6 +66,7 @@ class Item extends BaseObject { if(! visible_activity($item)) { continue; } + $item['pagedrop'] = $data['pagedrop']; $child = new Item($item); $this->add_child($child); }