summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-10-07 05:43:18 -0400
committerEvan Prodromou <evan@status.net>2009-10-07 05:43:18 -0400
commit8ade2e1c7db731e7347b68393c64cbc76a6b0517 (patch)
tree213f4970cd5678f0ca41136090e0a0ec75ad1106 /actions/showstream.php
parentf7d86f1cc62248c0de742bd44af5bf30e70add9d (diff)
don't reset in showProfile()
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php1
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');