From e4534d60be73634ac49a1ac1f57ecc7bf8ccb1e8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Jun 2008 22:32:46 -0400 Subject: [PATCH] remove notice form from showstream darcs-hash:20080611023246-84dde-cd0a768e95af336cada91fc28246ae4d100bb854.gz --- actions/showstream.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/actions/showstream.php b/actions/showstream.php index 73258cd9a2..f8446e008a 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);