summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-22 06:09:34 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:02 +0200
commit89a8228c445ed9082a977b4bf5bdf6a23bee0427 (patch)
tree9546c8c097c4c9c7fa6220cf4ca6082374d7e74f
parent7762aa25ee7c2789061c775d3c1ad518dfd3163b (diff)
downloadbugzilla-89a8228c445ed9082a977b4bf5bdf6a23bee0427.tar.gz
bugzilla-89a8228c445ed9082a977b4bf5bdf6a23bee0427.tar.xz
try fixing this again part 2
-rw-r--r--Bugzilla/Error.pm2
1 files changed, 1 insertions, 1 deletions
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);
}
}