Commit 8cfb548a authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 600616: show_bug.cgi: Invalid parameter passed to Bugzilla::Search::Recent::_init (cookie)

r/a=mkanat
parent 657ea464
......@@ -405,7 +405,7 @@ sub recent_search_for {
}
}
if ($list_id) {
if ($list_id && $list_id ne 'cookie') {
# If we got a bad list_id (either some other user's or an expired
# one) don't crash, just don't return that list.
my $search =
......
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