diff --git a/modules/ORB.pm b/modules/ORB.pm index 1720e6d..981efc6 100755 --- a/modules/ORB.pm +++ b/modules/ORB.pm @@ -363,7 +363,7 @@ sub api_html_response { sub _xml_api_response { my $self = shift; my $data = shift; - my %xmlopts = shift; + my %xmlopts = @_; my $xmldata; $xmlopts{"XMLDecl"} = ''