From a0fcc8ff20fe57bf442402ba227954ffb33a2175 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 15 Oct 2015 18:58:09 -0400 Subject: Bug 1196626 - log all authenticated requests --- Bugzilla/Search.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 46d959c3c..ff0db1baa 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -787,6 +787,7 @@ sub data { return $self->{data} if $self->{data}; my $dbh = Bugzilla->dbh; + Bugzilla->log_user_request(undef, undef, "search") if Bugzilla->user->id; # If all fields belong to the 'bugs' table, there is no need to split # the original query into two pieces. Else we override the 'fields' # argument to first get bug IDs based on the search criteria defined -- cgit v1.2.3-24-g4f1b