summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-25 22:17:52 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:02 +0200
commitb2693c9f5ce34c864a4323abf4c89836c263a7ea (patch)
tree0262ab8a7335410c54390c820b62828153586eac /Bugzilla/WebService
parent06d601b703e3f510dcc7f705600f0feb8ddb71b8 (diff)
downloadbugzilla-b2693c9f5ce34c864a4323abf4c89836c263a7ea.tar.gz
bugzilla-b2693c9f5ce34c864a4323abf4c89836c263a7ea.tar.xz
remove weird hacks
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Server/JSONRPC.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm
index 38c8da296..093167048 100644
--- a/Bugzilla/WebService/Server/JSONRPC.pm
+++ b/Bugzilla/WebService/Server/JSONRPC.pm
@@ -271,7 +271,6 @@ sub _handle {
my $self = shift;
my ($obj) = @_;
$self->{_bz_request_id} = $obj->{id};
- local $self->{_bz_will_handle_error} = 1;
my $result = $self->SUPER::_handle(@_);