change search forms to get (PITS 00248)

darcs-hash:20080712214610-84dde-bbba589edff6a627e9e131d938c75f4665a9722f.gz
This commit is contained in:
Evan Prodromou 2008-07-12 17:46:10 -04:00
parent 4a4ab2bdbf
commit bc021da780
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class SearchAction extends Action {
common_show_header($this->get_title(), array($this, 'show_header'), array($q, $error),
array($this, 'show_top'));
common_element_start('form', array('method' => 'post',
common_element_start('form', array('method' => 'get',
'id' => 'login',
'action' => common_local_url($this->trimmed('action'))));
common_element_start('p');