X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=2919a154f21710197d609a4244c35ad216e49ff8;hb=2abe10b8ea4b5d69fc7f6513bf465541454ca2cf;hp=0fc3978110b072eaef33569f3d672ca345906fd6;hpb=17fd7b185054e260f0a9a2cedd264ff3ef43d725;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index 0fc3978110..2919a154f2 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -206,8 +206,8 @@ class ShowstreamAction extends StreamAction { $blocked = $cur->hasBlocked($profile); common_element_start('li', array('id' => ($blocked) ? 'profile_unblock' : 'profile_block')); if ($blocked) { -# common_unblock_form($profile, array('action' => 'showstream', -# 'nickname' => $profile->nickname)); + common_unblock_form($profile, array('action' => 'showstream', + 'nickname' => $profile->nickname)); } else { common_block_form($profile, array('action' => 'showstream', 'nickname' => $profile->nickname));