diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-10 22:32:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-10 22:32:46 -0400 |
commit | e4534d60be73634ac49a1ac1f57ecc7bf8ccb1e8 (patch) | |
tree | 5ca6a754ea62679c9286b0c9c46331b11a6a31cf /actions | |
parent | 59cade20194193553909ef23d3e8a633ae5cc152 (diff) |
remove notice form from showstream
darcs-hash:20080611023246-84dde-cd0a768e95af336cada91fc28246ae4d100bb854.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 73258cd9a..f8446e008 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -54,12 +54,6 @@ class ShowstreamAction extends StreamAction { common_show_header($profile->nickname, array($this, 'show_header'), $user); - $cur = common_current_user(); - - if ($cur && $profile->id == $cur->id) { - common_notice_form(); - } - $this->show_profile($profile); $this->show_notices($profile); |