summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-11 14:41:28 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-11 14:41:28 -0400
commitf745c55622949ea05218695465374b6d78582b31 (patch)
tree468f07da8b4b101d4a08826a59667c9f9c19db0a /actions
parentd0f8fd20fb9e50aad9568a458934b52a9439228c (diff)
double-showing notice form and views menu
darcs-hash:20080611184128-84dde-2671b7837a6285840cbc70d301241cbcd51bb711.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/showstream.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 52dbcd0ff..e411f7724 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -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);