]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
double-showing notice form and views menu
authorEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 18:41:28 +0000 (14:41 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 18:41:28 +0000 (14:41 -0400)
darcs-hash:20080611184128-84dde-2671b7837a6285840cbc70d301241cbcd51bb711.gz

actions/showstream.php

index 52dbcd0ffbf0f4038f019bf619212a0e67354e62..e411f77246a83eb437b5ecf53c247eed82ed020a 100644 (file)
@@ -56,14 +56,6 @@ class ShowstreamAction extends StreamAction {
                                                   array($this, 'show_header'), $user,
                                                   array($this, 'show_top'));
 
-               $cur = common_current_user();
-               
-               if ($cur && $cur->id == $profile->id) {
-                       common_notice_form();
-               }
-               
-               $this->views_menu();
-               
                $this->show_profile($profile);
 
                $this->show_notices($profile);