Commit dad451b5 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix bustage

parent 88a60383
...@@ -149,6 +149,7 @@ if ($display eq 'web') { ...@@ -149,6 +149,7 @@ if ($display eq 'web') {
else { else {
my @blocker_stack = @stack; my @blocker_stack = @stack;
my $hide_resolved = $cgi->param('hide_resolved'); my $hide_resolved = $cgi->param('hide_resolved');
foreach my $id (@blocker_stack) { foreach my $id (@blocker_stack) {
my $blocker_ids = Bugzilla::Bug::EmitDependList('blocked', 'dependson', $id, $hide_resolved); my $blocker_ids = Bugzilla::Bug::EmitDependList('blocked', 'dependson', $id, $hide_resolved);
foreach my $blocker_id (@$blocker_ids) { foreach my $blocker_id (@$blocker_ids) {
......
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