summaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-xeditcomponents.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi
index 6846fb4d9..f8cef5971 100755
--- a/editcomponents.cgi
+++ b/editcomponents.cgi
@@ -192,7 +192,7 @@ if ($action eq 'edit') {
Bugzilla::Component->check({ product => $product, name => $comp_name });
$vars->{'comp'} = $component;
- $vars->{'initial_cc_names'} =
+ $vars->{'initial_cc_names'} =
join(', ', map($_->login, @{$component->initial_cc}));
$vars->{'product'} = $product;
@@ -223,7 +223,7 @@ if ($action eq 'update') {
my $triage_owner = trim($cgi->param('triage_owner') || '');
my @initial_cc = $cgi->param('initialcc');
my $isactive = $cgi->param('isactive');
-
+
my $component =
Bugzilla::Component->check({ product => $product, name => $comp_old_name });