Fix ARRAY(0x..) keywords when cloning bugs

hinted-selects
Vitaliy Filippov 2014-10-31 17:46:25 +03:00
parent 153973fdfa
commit 72968d2da1
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ if ($cloned_bug_id)
$default{$field_name} = $cloned_bug->$field_name;
}
}
$default{keywords} = join ', ', @{$default{keywords}} if $default{keywords};
# We need to ensure that we respect the 'insider' status of
# the first comment, if it has one. Either way, make a note