summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index e3de12d27..2d96032f3 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -4254,7 +4254,7 @@ if ($sth->rows == 0) {
foreach my $group ( @groups ) {
$dbh->do("INSERT INTO group_group_map
(member_id, grantor_id, grant_type)
- VALUES ($id, $group, 1, " . GROUP_BLESS . ")");
+ VALUES ($id, $group, " . GROUP_BLESS . ")");
}
print "\n$login is now set up as an administrator account.\n";