mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
whoopsie.
This commit is contained in:
parent
149b331c1a
commit
8ac6dc25ba
@ -943,7 +943,7 @@ AddGroup 'editkeywords', 'Can create, destroy, and edit keywords.';
|
||||
|
||||
# Add the groupset field here because this code is run before the
|
||||
# code that updates the database structure.
|
||||
AddField('profiles', 'groupset', 'bigint not null');
|
||||
&AddField('profiles', 'groupset', 'bigint not null');
|
||||
|
||||
if (!GroupExists("editbugs")) {
|
||||
my $id = AddGroup('editbugs', 'Can edit all aspects of any bug.', ".*");
|
||||
@ -1785,7 +1785,7 @@ if ($sth->fetchrow_array() == 5)
|
||||
# BugItsADupeOf Dupe
|
||||
}
|
||||
|
||||
$regenerateshadow = 1;
|
||||
$::regenerateshadow = 1;
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user