From e14f0aa2872a93163e55db038ae4e437ef1f5b9e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 6 May 2009 19:32:13 +0000 Subject: =?UTF-8?q?Bug=20491679:=20Do=20not=20store=20the=20buglist=20sort?= =?UTF-8?q?=20order=20of=20shared=20saved=20searches=20in=20cookies=20-=20?= =?UTF-8?q?Patch=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=UTF-8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index ee950d8ad..c4f3eabf3 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'); -- cgit v1.2.1