Meitar - 2014-04-12 00:57:44
Hi,
On line 1244 of version 1.93 released 2014-04-11 of oauth_client.php, which reads:
$file['ContentType'] = (IsSet($value['Content-Type']) ? $value['Content-Type'] : 'automatic/name');
There is a bug that fails to pass the expected Content-Type parameter to the dependent http.php library. The variable $file['ContentType'] should be $file['Content-Type'], with a dash, not ContentType, without a dash.
Cheers,
-M