diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 16:23:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 16:23:46 -0400 |
commit | e22df4be30edbdad436c36df13fba38d1ca35467 (patch) | |
tree | 12623ac1c6041d93eabd6cdfbce9cc8dc8e3a2b3 /actions/replies.php | |
parent | ed4854f52da11527016e20c20eea08d777b416ae (diff) |
reply_to is now stored on the notice, not on the reply record
darcs-hash:20080709202346-84dde-63561db24b55e98020c00707cc2c36e46bb8025f.gz
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/replies.php b/actions/replies.php index e4910340d..d7c1d7a80 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -95,7 +95,7 @@ class RepliesAction extends StreamAction { if (!$result) { continue; } - $this->show_notice($notice, $reply->replied_id); + $this->show_notice($notice); } else { // shouldn't happen! break; |