diff options
| -rw-r--r-- | FS/FS/svc_acct.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index da3278940..1bdd3e82c 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -536,7 +536,7 @@ sub replace {    my $dbh = dbh;    # redundant, but so $new->usergroup gets set -  my $error = $new->check; +  $error = $new->check;    return $error if $error;    $old->usergroup( [ $old->radius_groups ] ); | 
