diff options
author | Jeffery To <jeffery.to@gmail.com> | 2009-06-14 15:45:58 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2009-06-14 15:45:58 +0800 |
commit | bb3361467c002e38aa3a424672f332b32a647e17 (patch) | |
tree | 233e008fe7ea0962b7a2d26e3f485f4a3e76ec69 /actions/conversation.php | |
parent | 53f31a247e4355318e8a997451930a1b1772099c (diff) | |
parent | 77c94c44a622052366dcc03fee522232672d71d9 (diff) |
Merge branch '0.8.x' into small-fixes
Diffstat (limited to 'actions/conversation.php')
-rw-r--r-- | actions/conversation.php | 2 |
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(); |