From 88ea4ddd2d0876022d3720c647e695dedbaf456d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 7 Jul 2008 03:25:45 -0400 Subject: [PATCH] add in the notice form darcs-hash:20080707072545-84dde-1f78764ef1c19f311fea9b8315e1081b4c2e6b0c.gz --- actions/replies.php | 6 ++++++ 1 file changed, 6 insertions(+) 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(); }