summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-05 08:35:25 +0100
committerByron Jones <bjones@mozilla.com>2013-03-05 08:35:25 +0100
commit9249eafc0c96a8eec78ba896027ba2ea208f27d2 (patch)
tree549012b167d7e2aeee78d9934272514c8f8eb481 /importxml.pl
parent6919f41e51cacaa8f6b4ae7bcdbd010c8d6aefe5 (diff)
downloadbugzilla-9249eafc0c96a8eec78ba896027ba2ea208f27d2.tar.gz
bugzilla-9249eafc0c96a8eec78ba896027ba2ea208f27d2.tar.xz
Bug 817486: _sync_fulltext always updates bugs_fulltext.short_desc, even if it wasn't changed
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index 896848b0a..7ed4c9f21 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -1208,7 +1208,7 @@ sub process_bug {
$c->{isprivate}, $c->{thetext}, 0);
}
$sth_comment->execute($id, $exporterid, $timestamp, 0, $comments, $worktime);
- Bugzilla::Bug->new($id)->_sync_fulltext('new_bug');
+ Bugzilla::Bug->new($id)->_sync_fulltext( new_bug => 1);
# 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)