summaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-xeditcomponents.cgi8
1 files changed, 2 insertions, 6 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi
index 539da47a5..adf41ea1f 100755
--- a/editcomponents.cgi
+++ b/editcomponents.cgi
@@ -465,13 +465,9 @@ if ($action eq 'new') {
push(@series, [$::FORM{'closed_name'}, $resolved . $prodcomp]);
foreach my $sdata (@series) {
- # We create the series with an nonsensical series_id, which is
- # guaranteed not to exist. This is OK, because we immediately call
- # createInDatabase().
- my $series = new Bugzilla::Series(-1, $product, $component,
+ my $series = new Bugzilla::Series($product, $component,
$sdata->[0], $::userid, 1,
- $sdata->[1]);
- $series->createInDatabase();
+ $sdata->[1], 1);
}
# Make versioncache flush