summaryrefslogtreecommitdiff
path: root/actions/openidlogin.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-02 09:15:07 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-02 09:15:07 -0400
commit721d6f94c72816e802b813c132d39fc7ef08c680 (patch)
tree98d02954c8d5c74db6f9665e0f3e808b65857bef /actions/openidlogin.php
parent8c1ac74f7cf3fe1eebb826a2db9a28a851adf3c0 (diff)
method
darcs-hash:20080702131507-84dde-507a6380fcab66c1fbcbaad6d1399c8a2f210acf.gz
Diffstat (limited to 'actions/openidlogin.php')
-rw-r--r--actions/openidlogin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/openidlogin.php b/actions/openidlogin.php
index 5ec17ec46..f9743ecde 100644
--- a/actions/openidlogin.php
+++ b/actions/openidlogin.php
@@ -59,7 +59,7 @@ class OpenidloginAction extends Action {
function show_form($error=NULL, $openid_url) {
common_show_header(_t('OpenID Login'), NULL, $error, array($this, 'show_top'));
$formaction = common_local_url('openidlogin');
- common_element_start('form', array('method' => 'POST',
+ common_element_start('form', array('method' => 'post',
'id' => 'openidlogin',
'action' => $formaction));
common_input('openid_url', _t('OpenID URL'),