Skip to content

Commit

Permalink
Bug 1185823 - (fix typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
globau committed Jul 23, 2015
1 parent e497100 commit e11af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/User.pm
Expand Up @@ -209,7 +209,7 @@ sub _update_groups {
}
foreach my $group (@$added) {
$sth_add_mapping->execute($self->id, $group->id, $is_bless, GRANT_DIRECT);
Bugzilla->audit(sprintf('%s <%s> added group %s from %s', $user->login, remote_ip(), $group->name, $self->login));
Bugzilla->audit(sprintf('%s <%s> added group %s to %s', $user->login, remote_ip(), $group->name, $self->login));
}

if (! $is_bless) {
Expand Down

0 comments on commit e11af26

Please sign in to comment.