remove debugging while fixing nadvertant breakage in mason_comp, RT#73993, RT#75279
[freeside.git] / FS / FS / ClientAPI / MasonComponent.pm
index d09d6da..3a4bfe1 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} ) {