From 5915e1541254b63c79ba9cb374dc03e1311bc13b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Dec 2008 02:25:19 -0500 Subject: [PATCH] add block name to block form darcs-hash:20081208072519-5ed1f-10e7d3e14e54f0d67c58504adbc4c81f3228944a.gz --- lib/util.php | 1 + 1 file changed, 1 insertion(+) 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;