diff options
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r-- | lib/searchaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index d4f0fff36..a7bcf3789 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -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'); |