diff --git a/lib/util.php b/lib/util.php index 84befa5371..fa8248dba4 100644 --- a/lib/util.php +++ b/lib/util.php @@ -2197,6 +2197,7 @@ function common_block_form($profile) { 'value' => $profile->id)); common_element('input', array('type' => 'submit', 'class' => 'submit', + 'name' => 'block', 'value' => _('Block'))); common_element_end('form'); return;