Commit aad5f431 authored by erik%dasbistro.com's avatar erik%dasbistro.com

Fix for bug 258029: sets whining group inheritance in the correct order. r,a=justdave

parent 53bad648
...@@ -4121,7 +4121,7 @@ if (!GroupDoesExist('bz_canusewhines')) { ...@@ -4121,7 +4121,7 @@ if (!GroupDoesExist('bz_canusewhines')) {
'other users'); 'other users');
$dbh->do("INSERT IGNORE INTO group_group_map " . $dbh->do("INSERT IGNORE INTO group_group_map " .
"(member_id, grantor_id, grant_type) " . "(member_id, grantor_id, grant_type) " .
"VALUES (${whine_group}, ${whineatothers_group}, " . "VALUES (${whineatothers_group}, ${whine_group}, " .
GROUP_MEMBERSHIP . ")"); GROUP_MEMBERSHIP . ")");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment