summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-radgroup
diff options
context:
space:
mode:
authorivan <ivan>2002-10-18 13:28:03 +0000
committerivan <ivan>2002-10-18 13:28:03 +0000
commit9b1a8ec900ec1f5cd7d1f622f49066510c8f547c (patch)
tree52cc3afd4beb26de6ab5a9cbeddace5ab29a499b /FS/bin/freeside-radgroup
parentb75341fcfedbdcb2d39c6616690a1d59e4b233fc (diff)
argh
Diffstat (limited to 'FS/bin/freeside-radgroup')
-rw-r--r--FS/bin/freeside-radgroup2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-radgroup b/FS/bin/freeside-radgroup
index e1a819788..ed85626d2 100644
--- a/FS/bin/freeside-radgroup
+++ b/FS/bin/freeside-radgroup
@@ -20,7 +20,7 @@ if ( lc($action) eq 'add' ) {
next if grep { $_ eq $groupname } @groups;
push @groups, $groupname;
my %hash = $svc_acct->hash;
- $hash{radius_groups} = \@groups;
+ $hash{usergroup} = \@groups;
my $new = new FS::svc_acct \%hash;
my $error = $new->replace($svc_acct);
die $error if $error;