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); }