forked from GNUsocial/gnu-social
		
	fix id of common_unsubscribe_form
darcs-hash:20081211200239-5ed1f-b8829a657dcb6b9f1ec6134d61de5340414a10d4.gz
This commit is contained in:
		| @@ -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'))); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user