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/showstream.php | |
parent | 8c1ac74f7cf3fe1eebb826a2db9a28a851adf3c0 (diff) |
method
darcs-hash:20080702131507-84dde-507a6380fcab66c1fbcbaad6d1399c8a2f210acf.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index b18ec9b75..dcb78a462 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -157,7 +157,7 @@ class ShowstreamAction extends StreamAction { } function show_subscribe_form($profile) { - common_element_start('form', array('id' => 'subscribe', 'method' => 'POST', + common_element_start('form', array('id' => 'subscribe', 'method' => 'post', 'action' => common_local_url('subscribe'))); common_element('input', array('id' => 'subscribeto', 'name' => 'subscribeto', @@ -178,7 +178,7 @@ class ShowstreamAction extends StreamAction { } function show_unsubscribe_form($profile) { - common_element_start('form', array('id' => 'unsubscribe', 'method' => 'POST', + common_element_start('form', array('id' => 'unsubscribe', 'method' => 'post', 'action' => common_local_url('unsubscribe'))); common_element('input', array('id' => 'unsubscribeto', 'name' => 'unsubscribeto', |