forked from GNUsocial/gnu-social
Using lowercase for form action 'post'
This commit is contained in:
parent
08b98a3d4d
commit
36fe5a85b2
@ -70,7 +70,7 @@ class DesignsettingsAction extends AccountSettingsAction
|
||||
function showContent()
|
||||
{
|
||||
$user = common_current_user();
|
||||
$this->elementStart('form', array('method' => 'POST',
|
||||
$this->elementStart('form', array('method' => 'post',
|
||||
'id' => 'form_settings_design',
|
||||
'class' => 'form_settings',
|
||||
'action' =>
|
||||
|
Loading…
Reference in New Issue
Block a user