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:
mkanat%bugzilla.org 2010-02-05 22:17:24 +00:00
parent ffcd6a061b
commit 9865461d14
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6956
6957

View File

@ -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;
}