From e14f0aa2872a93163e55db038ae4e437ef1f5b9e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 6 May 2009 19:32:13 +0000 Subject: [PATCH] =?utf8?q?Bug=20491679:=20Do=20not=20store=20the=20buglist?= =?utf8?q?=20sort=20order=20of=20shared=20saved=20searches=20in=20cookies?= =?utf8?q?=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dghendricks=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buglist.cgi b/buglist.cgi index ee950d8ad6..c4f3eabf30 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1324,7 +1324,7 @@ my $contenttype; my $disposition = "inline"; if ($format->{'extension'} eq "html" && !$agent) { - if ($order) { + if ($order && !$cgi->param('sharer_id')) { $cgi->send_cookie(-name => 'LASTORDER', -value => $order, -expires => 'Fri, 01-Jan-2038 00:00:00 GMT'); -- 2.47.2