]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/password.php
better debugging
[quix0rs-gnu-social.git] / actions / password.php
index 628bfb5c0316882e6b87aafef3d27e51fbca9913..9573f4940fcc40e057e7ddc813802e0f4d5d8451 100644 (file)
@@ -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')));