]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Profile block base style
[quix0rs-gnu-social.git] / actions / showstream.php
index 0fc3978110b072eaef33569f3d672ca345906fd6..2919a154f21710197d609a4244c35ad216e49ff8 100644 (file)
@@ -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));