diff --git a/libraries/Util.php b/libraries/Util.php index ae0e978408..85dfae508f 100644 --- a/libraries/Util.php +++ b/libraries/Util.php @@ -4916,7 +4916,6 @@ class Util curl_setopt($curl_handle, CURLOPT_HEADER, true); } - if ($method == "POST") { curl_setopt($curl_handle, CURLOPT_POSTFIELDS, $content); }