From: Evan Prodromou Date: Wed, 7 Oct 2009 09:43:18 +0000 (-0400) Subject: don't reset in showProfile() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ade2e1c7db731e7347b68393c64cbc76a6b0517;p=quix0rs-gnu-social.git don't reset in showProfile() --- diff --git a/actions/showstream.php b/actions/showstream.php index cdac4f47bc..e4ecc12ff9 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');