]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 491679: Do not store the buglist sort order of shared saved searches in cookies...
authorlpsolit%gmail.com <>
Wed, 6 May 2009 19:34:24 +0000 (19:34 +0000)
committerlpsolit%gmail.com <>
Wed, 6 May 2009 19:34:24 +0000 (19:34 +0000)
buglist.cgi

index ee950d8ad66859c8a5d19076723753dddae022e8..c4f3eabf30aaad9998e9d28aa5525802e0f0f4c9 100755 (executable)
@@ -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');