]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 16 Feb 2016 19:34:18 +0000 (20:34 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 16 Feb 2016 19:34:18 +0000 (20:34 +0100)
showdependencygraph.cgi

index 6750cef79d8db63ed88824e4de9061ec56bc99f0..83224dfd74ac8a1da7181460f729f8f8b3683035 100755 (executable)
@@ -148,7 +148,8 @@ if ($display eq 'web') {
 # This is the default: a tree instead of a spider web.
 else {
     my @blocker_stack = @stack;
-       my $hide_resolved = $cgi->param('hide_resolved');
+    my $hide_resolved = $cgi->param('hide_resolved');
+
     foreach my $id (@blocker_stack) {
         my $blocker_ids = Bugzilla::Bug::EmitDependList('blocked', 'dependson', $id, $hide_resolved);
         foreach my $blocker_id (@$blocker_ids) {