]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Child notices should have thier own ID on their LIs, not the parent's
authorZach Copley <zach@controlyourself.ca>
Sat, 13 Jun 2009 02:02:13 +0000 (19:02 -0700)
committerZach Copley <zach@controlyourself.ca>
Sat, 13 Jun 2009 02:02:13 +0000 (19:02 -0700)
actions/conversation.php

index 0d7cb9a8744189935e76c7ff5242698f2f5f4d91..20c68986cbf15b8cfae58756ac9214abe0f79229 100644 (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();