Commit b51abfd7 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 551199: The Bug.search WebService function was throwing an error about

datetime_format_inbound not being found r=dkl, a=mkanat
parent 55312f69
......@@ -111,7 +111,7 @@ sub decode_value {
# pass 'Z' specifier to datetime_from to force it
$value = $value . 'Z';
}
$value = $self->datetime_format_inbound($value);
$value = Bugzilla::WebService::Server::XMLRPC->datetime_format_inbound($value);
}
return $value;
......
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