diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/ClientAPI/MasonComponent.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MasonComponent.pm b/FS/FS/ClientAPI/MasonComponent.pm index 20b4e5bdb..37cf7ef20 100644 --- a/FS/FS/ClientAPI/MasonComponent.pm +++ b/FS/FS/ClientAPI/MasonComponent.pm @@ -74,6 +74,7 @@ my %session_callbacks = (      my %args = @$argsref;      $args{part_pkg} = \@part_pkg; +    $args{first_svc} = \@first_svc;      @$argsref = ( %args );      return ''; #no error  | 
