Bug 65252

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@804 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-06-24 14:44:58 +00:00
parent 9cff343cc4
commit e7cba144dc
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ else {
$bug = Bugzilla::Bug->new($cgi->param('bug'),Bugzilla->user->id);
my $bug_id = $bug->bug_id;
my $description = '<br><pre>' . wrap_comment(@{Bugzilla::Bug::GetComments($bug_id,'oldest_to_newest')}[0]->{'body'}) . '</pre>';
my $description = '<br><pre>' . wrap_comment($bug->comments({ order => 'oldest_to_newest' })->[0]->body) . '</pre>';
my $short_desc = $bug->short_desc;
$summary = Bugzilla->params->{"bug-to-test-case-summary"};