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:
Jonathan Druart 2013-09-09 16:52:29 +02:00 committed by Galen Charlton
parent e421ec4925
commit f131dc6c3b

View file

@ -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,
} }