From b92f2b013e2f9998ed36f11cd13464e183a9ed52 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 10 Sep 2016 20:48:32 +0100 Subject: [PATCH] Correct fetch of XML options Legacy bug from Aviary and before(!) fixed here --- modules/ORB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} = ''