From 98d83f5d0bdf31948061c035f06ccb56f59505cb Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sun, 13 Jan 2013 10:51:19 -0700 Subject: [PATCH] comments inherit pagedropping state of the top-level --- object/Item.php | 1 + 1 file changed, 1 insertion(+) 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); }