From: Evan Prodromou Date: Mon, 7 Jul 2008 07:25:45 +0000 (-0400) Subject: add in the notice form X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88ea4ddd2d0876022d3720c647e695dedbaf456d;p=quix0rs-gnu-social.git add in the notice form darcs-hash:20080707072545-84dde-1f78764ef1c19f311fea9b8315e1081b4c2e6b0c.gz --- 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(); }