double-showing notice form and views menu

darcs-hash:20080611184128-84dde-2671b7837a6285840cbc70d301241cbcd51bb711.gz
This commit is contained in:
Evan Prodromou 2008-06-11 14:41:28 -04:00
parent d0f8fd20fb
commit f745c55622
1 changed files with 0 additions and 8 deletions

View 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);