From: Evan Prodromou Date: Wed, 11 Jun 2008 02:32:46 +0000 (-0400) Subject: remove notice form from showstream X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e4534d60be73634ac49a1ac1f57ecc7bf8ccb1e8;p=quix0rs-gnu-social.git remove notice form from showstream darcs-hash:20080611023246-84dde-cd0a768e95af336cada91fc28246ae4d100bb854.gz --- 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);