Commit b8cf810f authored by tara%tequilarista.org's avatar tara%tequilarista.org

whoopsie.

parent ac3b5ab8
......@@ -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;
}
#
......
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