RT#73993 - updated selfservice and ngselfservice to allow for the control of changes...
[freeside.git] / FS / FS / ClientAPI / MasonComponent.pm
index 3a4bfe1..d09d6da 100644 (file)
@@ -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} ) {