summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-08 12:37:22 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-08 12:37:22 -0500
commitcd5eec767aaa88fab29e781b12d53d0c92226f3b (patch)
treefa7d331e6b842538393674d9ab6edbcb68a6c916 /actions/showstream.php
parentef0b45c0f19eb32e42461f0ec40203097a0c6039 (diff)
add an unblock form
darcs-hash:20081208173722-5ed1f-fcdcb49e4958854ce9872beecee409737cacecb5.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php4
1 files changed, 2 insertions, 2 deletions
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));