summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.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/remotesubscribe.php
parent8c1ac74f7cf3fe1eebb826a2db9a28a851adf3c0 (diff)
method
darcs-hash:20080702131507-84dde-507a6380fcab66c1fbcbaad6d1399c8a2f210acf.gz
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php
index 18eb118ab..2bcf4e53b 100644
--- a/actions/remotesubscribe.php
+++ b/actions/remotesubscribe.php
@@ -64,7 +64,7 @@ class RemotesubscribeAction extends Action {
$profile = $this->trimmed('profile_url');
common_show_header(_t('Remote subscribe'), NULL, $err,
array($this, 'show_top'));
- common_element_start('form', array('id' => 'remotesubscribe', 'method' => 'POST',
+ common_element_start('form', array('id' => 'remotesubscribe', 'method' => 'post',
'action' => common_local_url('remotesubscribe')));
common_input('nickname', _t('User nickname'), $nickname,
_t('Nickname of the user you want to follow'));