comments inherit pagedropping state of the top-level
This commit is contained in:
parent
e8952541af
commit
98d83f5d0b
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue