session token in userauthorization form
darcs-hash:20080829052847-84dde-a64918a75f8300ec8fb230202881691066147652.gz
This commit is contained in:
parent
63438008e0
commit
98e941753b
|
@ -123,6 +123,7 @@ class UserauthorizationAction extends Action {
|
|||
'id' => 'userauthorization',
|
||||
'name' => 'userauthorization',
|
||||
'action' => common_local_url('userauthorization')));
|
||||
common_hidden('token', common_session_token());
|
||||
common_submit('accept', _('Accept'));
|
||||
common_submit('reject', _('Reject'));
|
||||
common_element_end('form');
|
||||
|
|
Loading…
Reference in New Issue
Block a user