Commit e14f0aa2 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 491679: Do not store the buglist sort order of shared saved searches in…

Bug 491679: Do not store the buglist sort order of shared saved searches in cookies - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
parent b2a90954
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment