Merge pull request #584 from fermionic/20130113-multiple-delete-comments

comments inherit pagedropping state of the top-level
This commit is contained in:
fermionic 2013-01-13 11:44:20 -08:00
commit aea7b84e92
1 changed files with 1 additions and 0 deletions

View File

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