parent
2db45ef69e
commit
59897ec265
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ sub getBasic {
|
|||
|
||||
return unless $som;
|
||||
|
||||
for my $field qw/ Ack Timestamp CorrelationID Version Build / {
|
||||
for my $field ( qw( Ack Timestamp CorrelationID Version Build ) ) {
|
||||
$details->{$field} = $som->valueof("$path/$field") || '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue