From 89a8228c445ed9082a977b4bf5bdf6a23bee0427 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 22 Jun 2018 00:09:34 -0400 Subject: try fixing this again part 2 --- Bugzilla/Error.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm index d3f7c1971..cf3688292 100644 --- a/Bugzilla/Error.pm +++ b/Bugzilla/Error.pm @@ -126,7 +126,7 @@ sub _throw_error { version => $server->version); # if _bz_request_id is set, we're inside the _handle() function # and we don't need to call $server->response. - unless ($self->{_bz_request_id}) { + unless ($server->{_bz_request_id}) { $server->response($server->error_response_header); } } -- cgit v1.2.3-24-g4f1b