From e22df4be30edbdad436c36df13fba38d1ca35467 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 16:23:46 -0400 Subject: reply_to is now stored on the notice, not on the reply record darcs-hash:20080709202346-84dde-63561db24b55e98020c00707cc2c36e46bb8025f.gz --- actions/replies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/replies.php') 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; -- cgit v1.2.3-54-g00ecf