summaryrefslogtreecommitdiffstats
path: root/showdependencytree.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'showdependencytree.cgi')
-rwxr-xr-xshowdependencytree.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencytree.cgi b/showdependencytree.cgi
index b23c3bf8b..4baa34976 100755
--- a/showdependencytree.cgi
+++ b/showdependencytree.cgi
@@ -151,7 +151,7 @@ sub DumpKids {
|;
}
- if (exists $seen{$kid}) {
+ if (exists $printed{$kid}) {
$short_desc = "&lt;<em>This bug appears elsewhere in this tree</em>&gt;";
}
else {