summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/replies.php2
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;