From cd5eec767aaa88fab29e781b12d53d0c92226f3b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Dec 2008 12:37:22 -0500 Subject: add an unblock form darcs-hash:20081208173722-5ed1f-fcdcb49e4958854ce9872beecee409737cacecb5.gz --- actions/showstream.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/showstream.php') diff --git a/actions/showstream.php b/actions/showstream.php index 0fc397811..2919a154f 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)); -- cgit v1.2.3-54-g00ecf