Bug 544506: Bugzilla->input_params is undefined when calling Bugzilla.version and other methods taking no argument
r/a=mkanat git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@259625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ffcd6a061b
commit
9865461d14
@ -1 +1 @@
|
||||
6956
|
||||
6957
|
||||
@ -78,7 +78,7 @@ sub deserialize {
|
||||
$som->{_bz_do_taint} = 1;
|
||||
}
|
||||
bless $som, 'Bugzilla::XMLRPC::SOM';
|
||||
Bugzilla->input_params($som->paramsin);
|
||||
Bugzilla->input_params($som->paramsin || {});
|
||||
return $som;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user