summaryrefslogtreecommitdiff
path: root/actions/profilesettings.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-27 06:21:36 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-27 06:21:36 +0000
commitf9403ae99aa08bf9061446e34322132e8faef114 (patch)
treeb0dbb93ba29206f1ce29d757d6ac0e07747dfb56 /actions/profilesettings.php
parent43509a3c17a28c08dd690a50f3f2050d48e337bf (diff)
Keeping HTML consistent throughout the site.
Diffstat (limited to 'actions/profilesettings.php')
-rw-r--r--actions/profilesettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/profilesettings.php b/actions/profilesettings.php
index 6dd4775e5..82e6c3c82 100644
--- a/actions/profilesettings.php
+++ b/actions/profilesettings.php
@@ -83,7 +83,7 @@ class ProfilesettingsAction extends AccountSettingsAction
$user = common_current_user();
$profile = $user->getProfile();
- $this->elementStart('form', array('method' => 'POST',
+ $this->elementStart('form', array('method' => 'post',
'id' => 'form_settings_profile',
'class' => 'form_settings',
'action' => common_local_url('profilesettings')));