From: Evan Prodromou Date: Sat, 12 Jul 2008 21:46:10 +0000 (-0400) Subject: change search forms to get (PITS 00248) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc021da780a7172aa4ad766c19a4ae4e52fb927f;p=quix0rs-gnu-social.git change search forms to get (PITS 00248) darcs-hash:20080712214610-84dde-bbba589edff6a627e9e131d938c75f4665a9722f.gz --- diff --git a/lib/searchaction.php b/lib/searchaction.php index d4f0fff36e..a7bcf3789d 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');