Bug 95168 - Fix reporter hack

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1552 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2012-05-18 12:04:15 +00:00
parent 5e3f024e45
commit 2cc157a36c
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ else
{
my $func_args = { %$args };
delete $func_args->{method};
trick_taint($func_args->{$_}) for keys %$func_args;
my $pkg = 'Bugzilla::WebService::'.$service.'::XMLSimple';
$Bugzilla::Error::IN_EVAL++;
# FIXME exported methods need prefix or other protection type!