add in the notice form

darcs-hash:20080707072545-84dde-1f78764ef1c19f311fea9b8315e1081b4c2e6b0c.gz
This commit is contained in:
Evan Prodromou 2008-07-07 03:25:45 -04:00
parent f2543d1797
commit 88ea4ddd2d
1 changed files with 6 additions and 0 deletions

View File

@ -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();
}