From ec89eff224d19292e5bca37dba77090544617986 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 1 May 2017 15:09:18 -0400 Subject: RT#73993 - updated selfservice and ngselfservice to allow for the control of changes packages by agent. --- FS/FS/ClientAPI/MasonComponent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/FS/ClientAPI') diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 3a4bfe1..d09d6da 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} ) { -- cgit v1.1