From: lpsolit%gmail.com <> Date: Wed, 6 May 2009 19:34:24 +0000 (+0000) Subject: Bug 491679: Do not store the buglist sort order of shared saved searches in cookies... X-Git-Tag: bugzilla-3.4rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfea3c26ca3b955d718b97d5c0e540089e21bb6d;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 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');