Remove redundant session token field from form (was already being added by base class).
This commit is contained in:
parent
b96f30168c
commit
d773ed8193
@ -168,8 +168,6 @@ class ApplicationEditForm extends Form
|
|||||||
$this->access_type = '';
|
$this->access_type = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->out->hidden('token', common_session_token());
|
|
||||||
|
|
||||||
$this->out->elementStart('ul', 'form_data');
|
$this->out->elementStart('ul', 'form_data');
|
||||||
|
|
||||||
$this->out->elementStart('li', array('id' => 'application_icon'));
|
$this->out->elementStart('li', array('id' => 'application_icon'));
|
||||||
|
Loading…
Reference in New Issue
Block a user