Child notices should have thier own ID on their LIs, not the parent's

This commit is contained in:
Zach Copley 2009-06-12 19:02:13 -07:00
parent 89d0583b91
commit c594d99167
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class ConversationTree extends NoticeList
// We take responsibility for doing the li
$this->out->elementStart('li', array('class' => 'hentry notice',
'id' => 'notice-' . $this->notice->id));
'id' => 'notice-' . $id));
$item = $this->newListItem($notice);
$item->show();