fix id of common_unsubscribe_form
darcs-hash:20081211200239-5ed1f-b8829a657dcb6b9f1ec6134d61de5340414a10d4.gz
This commit is contained in:
parent
c65bc1731f
commit
bf5abbf12b
|
@ -2077,7 +2077,7 @@ function common_subscribe_form($profile) {
|
|||
}
|
||||
|
||||
function common_unsubscribe_form($profile) {
|
||||
common_element_start('form', array('id' => 'unsubscribe-' . $profile->nickname,
|
||||
common_element_start('form', array('id' => 'unsubscribe-' . $profile->id,
|
||||
'method' => 'post',
|
||||
'class' => 'unsubscribe',
|
||||
'action' => common_local_url('unsubscribe')));
|
||||
|
|
Loading…
Reference in New Issue
Block a user