comments inherit pagedropping state of the top-level

This commit is contained in:
Zach Prezkuta 2013-01-13 10:51:19 -07:00
parent e8952541af
commit 98d83f5d0b
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class Item extends BaseObject {
if(! visible_activity($item)) { if(! visible_activity($item)) {
continue; continue;
} }
$item['pagedrop'] = $data['pagedrop'];
$child = new Item($item); $child = new Item($item);
$this->add_child($child); $this->add_child($child);
} }