diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-02 09:15:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-02 09:15:07 -0400 |
commit | 721d6f94c72816e802b813c132d39fc7ef08c680 (patch) | |
tree | 98d02954c8d5c74db6f9665e0f3e808b65857bef /actions/password.php | |
parent | 8c1ac74f7cf3fe1eebb826a2db9a28a851adf3c0 (diff) |
method
darcs-hash:20080702131507-84dde-507a6380fcab66c1fbcbaad6d1399c8a2f210acf.gz
Diffstat (limited to 'actions/password.php')
-rw-r--r-- | actions/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/password.php b/actions/password.php index 628bfb5c0..9573f4940 100644 --- a/actions/password.php +++ b/actions/password.php @@ -29,7 +29,7 @@ class PasswordAction extends SettingsAction { function show_form($msg=NULL, $success=false) { $this->form_header(_t('Change password'), $msg, $success); - common_element_start('form', array('method' => 'POST', + common_element_start('form', array('method' => 'post', 'id' => 'password', 'action' => common_local_url('password'))); |