diff options
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
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)); |