diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-12-08 02:25:19 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-12-08 02:25:19 -0500 |
commit | 5915e1541254b63c79ba9cb374dc03e1311bc13b (patch) | |
tree | 5589339949136d66e4807cc821f858de909ff956 | |
parent | 96128353d0b1cf71d4caac38c97ab8a2f08b0282 (diff) |
add block name to block form
darcs-hash:20081208072519-5ed1f-10e7d3e14e54f0d67c58504adbc4c81f3228944a.gz
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 84befa537..fa8248dba 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; |