comments inherit pagedropping state of the top-level

2022.09-rc
Zach Prezkuta 2013-01-13 10:51:19 -07:00
rodzic e8952541af
commit 98d83f5d0b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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