From: lpsolit%gmail.com <> Date: Wed, 6 May 2009 19:36:58 +0000 (+0000) Subject: Bug 491679: Do not store the buglist sort order of shared saved searches in cookies... X-Git-Tag: bugzilla-3.2.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87a68661e7fc73c1ba004af5842a9e2dc0ada65;p=thirdparty%2Fbugzilla.git Bug 491679: Do not store the buglist sort order of shared saved searches in cookies - Patch by Frédéric Buclin r=ghendricks a=LpSolit --- diff --git a/buglist.cgi b/buglist.cgi index 5325b1eeeb..a487759015 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1270,7 +1270,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');