Bug 9016: (follow-up) GetMessageTransportTypes returns an arrayref, not hashref
Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
e421ec4925
commit
f131dc6c3b
1 changed files with 0 additions and 1 deletions
|
@ -188,7 +188,6 @@ sub add_form {
|
||||||
}
|
}
|
||||||
else { # initialize the new fields
|
else { # initialize the new fields
|
||||||
for my $mtt ( @$message_transport_types ) {
|
for my $mtt ( @$message_transport_types ) {
|
||||||
$mtt = $mtt->{message_transport_type};
|
|
||||||
push @letter_loop, {
|
push @letter_loop, {
|
||||||
message_transport_type => $mtt,
|
message_transport_type => $mtt,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue