diff options
author | Byron Jones <glob@mozilla.com> | 2014-04-28 06:51:13 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-04-28 06:51:13 +0200 |
commit | b2eb6004e7caa17a8f4a1d7c99674550cfda19dc (patch) | |
tree | 8fe0654764dc5b978ba2e52adc5437732a4cdbeb /extensions | |
parent | 2f8a424676af2c46f02b941c0e4bf01ee14429a2 (diff) | |
download | bugzilla-b2eb6004e7caa17a8f4a1d7c99674550cfda19dc.tar.gz bugzilla-b2eb6004e7caa17a8f4a1d7c99674550cfda19dc.tar.xz |
fix broken commit
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/Extension.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 650de3eda..f3e31e10a 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -556,6 +556,7 @@ sub object_end_of_create { } elsif ($class eq 'Bugzilla::Bug') { # Log real IP addresses for auditing + my $user = $args->{object}; _syslog(sprintf('[audit] %s <%s> created bug %s', $user->login, remote_ip(), $args->{object}->id)); } } |