summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/svc_acct.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 141133403..388b8dd88 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -527,7 +527,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 ] );