X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMasonComponent.pm;h=d09d6da46b9652c51f72803cf91e0aef01ce0b5c;hb=afe6bb2515f2bde29a74c056221fd154dc10001f;hp=3a4bfe133c89b2e7c5600770ea288c3fc3fcc662;hpb=e028b9d72c6863b374e3241fcbac0e1b604f8f40;p=freeside.git diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 3a4bfe133..d09d6da46 100644 --- a/FS/FS/ClientAPI/MasonComponent.pm +++ b/FS/FS/ClientAPI/MasonComponent.pm @@ -145,7 +145,7 @@ sub mason_comp { return { 'error' => 'Illegal component' }; } - my @args = $packet->{'args'} ? @{ $packet->{'args'} } : (); + my @args = $packet->{'args'} ? $packet->{'args'} : (); if ( $session_comps{$comp} ) {