aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-13 09:42:35 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-13 22:16:12 +0200
commit78489b4fa10db20b52766a10146c95b66cc4b2d9 (patch)
treeb349e9c552db7f68bf5bda8c99285d6a517109d3
parentRemove 'This bug was ... clone of ...' text from default comment (diff)
downloadbugzilla-78489b4fa10db20b52766a10146c95b66cc4b2d9.tar.gz
bugzilla-78489b4fa10db20b52766a10146c95b66cc4b2d9.tar.bz2
bugzilla-78489b4fa10db20b52766a10146c95b66cc4b2d9.zip
Do not add cloned bug to 'depends on'gentoo-5.0.4.11
Bug: https://bugs.gentoo.org/521230 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rwxr-xr-xenter_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index e03a88528..0a74af830 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -208,7 +208,7 @@ if ($cloned_bug_id) {
$vars->{'short_desc'} = $cloned_bug->short_desc;
$vars->{'bug_file_loc'} = $cloned_bug->bug_file_loc;
$vars->{'keywords'} = $cloned_bug->keywords;
- $vars->{'dependson'} = join (", ", $cloned_bug_id, @{$cloned_bug->dependson});
+ $vars->{'dependson'} = join (", ", @{$cloned_bug->dependson});
$vars->{'blocked'} = join (", ", @{$cloned_bug->blocked});
$vars->{'deadline'} = $cloned_bug->deadline;
$vars->{'estimated_time'} = $cloned_bug->estimated_time;