diff --git a/actions/replies.php b/actions/replies.php index ce12b4d9f8..e4910340dd 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -62,6 +62,12 @@ class RepliesAction extends StreamAction { } function show_top($user) { + $cur = common_current_user(); + + if ($cur && $cur->id == $user->id) { + common_notice_form('replies'); + } + $this->views_menu(); }