We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaf30b commit 2121f60Copy full SHA for 2121f60
src/Curl/Curl.php
@@ -296,6 +296,7 @@ protected function setHttpAuth($httpauth)
296
public function get($url, $data = array())
297
{
298
$this->setOpt(CURLOPT_CUSTOMREQUEST, null);
299
+ $this->setOpt(CURLOPT_POSTFIELDS, null);
300
if (count($data) > 0) {
301
$this->setOpt(CURLOPT_URL, $url.'?'.http_build_query($data));
302
} else {
0 commit comments