diff options
-rw-r--r-- | actions/replies.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/replies.php b/actions/replies.php index ce12b4d9f..e4910340d 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(); } |