]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove notice form from showstream
authorEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 02:32:46 +0000 (22:32 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 02:32:46 +0000 (22:32 -0400)
darcs-hash:20080611023246-84dde-cd0a768e95af336cada91fc28246ae4d100bb854.gz

actions/showstream.php

index 73258cd9a2b70c60986a3786f000eaa47b5489f8..f8446e008a67dbc655f2b412928b6122edccd6c4 100644 (file)
@@ -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);