summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-12 19:02:13 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-12 19:02:13 -0700
commitc594d99167c51f9525721e90fc865adad70e2b03 (patch)
tree5b379f6b4e2769d688a61deab04dc40ad465e356 /actions
parent89d0583b91a237448b9f7ea3b0ae303072631447 (diff)
Child notices should have thier own ID on their LIs, not the parent's
Diffstat (limited to 'actions')
-rw-r--r--actions/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/conversation.php b/actions/conversation.php
index 0d7cb9a87..20c68986c 100644
--- a/actions/conversation.php
+++ b/actions/conversation.php
@@ -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();