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/recoverpassword.php | |
parent | 8c1ac74f7cf3fe1eebb826a2db9a28a851adf3c0 (diff) |
method
darcs-hash:20080702131507-84dde-507a6380fcab66c1fbcbaad6d1399c8a2f210acf.gz
Diffstat (limited to 'actions/recoverpassword.php')
-rw-r--r-- | actions/recoverpassword.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index 56f6ba9df..06a7f62c8 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -141,7 +141,7 @@ class RecoverpasswordAction extends Action { common_show_header(_t('Recover password'), NULL, $msg, array($this, 'show_top')); - common_element_start('form', array('method' => 'POST', + common_element_start('form', array('method' => 'post', 'id' => 'recoverpassword', 'action' => common_local_url('recoverpassword'))); common_input('nicknameoremail', _t('Nickname or email'), @@ -158,7 +158,7 @@ class RecoverpasswordAction extends Action { common_show_header(_t('Reset password'), NULL, $msg, array($this, 'show_password_top')); - common_element_start('form', array('method' => 'POST', + common_element_start('form', array('method' => 'post', 'id' => 'recoverpassword', 'action' => common_local_url('recoverpassword'))); common_password('newpassword', _t('New password'), |