Commit 26a5920a authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 544506: Bugzilla->input_params is undefined when calling Bugzilla.version…

Bug 544506: Bugzilla->input_params is undefined when calling Bugzilla.version and other methods taking no argument r/a=mkanat
parent c6ed39a5
...@@ -78,7 +78,7 @@ sub deserialize { ...@@ -78,7 +78,7 @@ sub deserialize {
$som->{_bz_do_taint} = 1; $som->{_bz_do_taint} = 1;
} }
bless $som, 'Bugzilla::XMLRPC::SOM'; bless $som, 'Bugzilla::XMLRPC::SOM';
Bugzilla->input_params($som->paramsin); Bugzilla->input_params($som->paramsin || {});
return $som; return $som;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment