diff options
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index 8254cfc82..4337e2e29 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4121,7 +4121,7 @@ if (!GroupDoesExist('bz_canusewhines')) { 'other users'); $dbh->do("INSERT IGNORE INTO group_group_map " . "(member_id, grantor_id, grant_type) " . - "VALUES (${whine_group}, ${whineatothers_group}, " . + "VALUES (${whineatothers_group}, ${whine_group}, " . GROUP_MEMBERSHIP . ")"); } |