diff options
author | Evan Prodromou <evan@status.net> | 2009-10-07 05:43:18 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-07 05:43:18 -0400 |
commit | 8ade2e1c7db731e7347b68393c64cbc76a6b0517 (patch) | |
tree | 213f4970cd5678f0ca41136090e0a0ec75ad1106 | |
parent | f7d86f1cc62248c0de742bd44af5bf30e70add9d (diff) |
don't reset in showProfile()
-rw-r--r-- | actions/showstream.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index cdac4f47b..e4ecc12ff 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -273,7 +273,6 @@ class ShowstreamAction extends ProfileAction $this->elementStart('div', 'entity_actions'); $this->element('h2', null, _('User actions')); $this->elementStart('ul'); - $cur = common_current_user(); if ($cur && $cur->id == $this->profile->id) { $this->elementStart('li', 'entity_edit'); |