Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-10-17 10:21:04 +02:00
commit 1f427e54a9

View File

@ -146,6 +146,7 @@ function PMA_sendErrorReport($report) {
}
}
curl_setopt($curl_handle, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($curl_handle, CURLOPT_HTTPHEADER, array('Expect:'));
curl_setopt($curl_handle, CURLOPT_POSTFIELDS, $data_string);
curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);
$response = curl_exec($curl_handle);