diff options
Diffstat (limited to 'importxml.pl')
-rwxr-xr-x | importxml.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl index 2644d3380..63146c151 100755 --- a/importxml.pl +++ b/importxml.pl @@ -1253,7 +1253,7 @@ sub process_bug { VALUES (?,?,?,?,?,?)", undef, $id, $exporterid, $timestamp, $worktime, $private, $long_description ); - Bugzilla::Bug->new($id)->_sync_fulltext(); + Bugzilla::Bug->new($id)->_sync_fulltext('new_bug'); # Add this bug to each group of which its product is a member. my $sth_group = $dbh->prepare("INSERT INTO bug_group_map (bug_id, group_id) |