summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 633b11abc..e96a67703 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -204,7 +204,7 @@ class ShowstreamAction extends StreamAction {
if ($cur) {
$blocked = $cur->hasBlocked($profile);
- common_element_start('li', array('id' => ($blocked) ? 'profile_unblock' : 'profile_block'));
+ common_element_start('li', array('id' => 'profile_block'));
if ($blocked) {
common_unblock_form($profile, array('action' => 'showstream',
'nickname' => $profile->nickname));