diff options
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 2130251ce..6fed6df12 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -53,6 +53,12 @@ class ShowstreamAction extends StreamAction { $user->nickname))); common_show_header($profile->nickname, array($this, 'show_header'), $user); + + $cur = common_current_user(); + + if ($cur && $cur->id == $profile->id) { + common_notice_form(); + } $this->views_menu(); |