forked from GNUsocial/gnu-social
Remove redundant session token field from form (was already being added by base class).
This commit is contained in:
parent
8d87a1ea3c
commit
8cdb319533
@ -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…
x
Reference in New Issue
Block a user