Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
git-svn-id: svn://10.0.0.236/trunk@200274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
850f951457
commit
b6bf5753cb
@ -248,7 +248,7 @@ if ($action eq 'new') {
|
||||
|
||||
my $gid = $dbh->bz_last_key('groups', 'id');
|
||||
|
||||
# If we created a new group, give the "admin" group priviledges
|
||||
# If we created a new group, give the "admin" group privileges
|
||||
# initially.
|
||||
my $admin = Bugzilla::Group->new({name => 'admin'})->id();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user