Skip to content

Commit

Permalink
Merge pull request #23 from csiewert/master
Browse files Browse the repository at this point in the history
fixes #22
  • Loading branch information
mevdschee committed May 7, 2016
2 parents 424bbf8 + 7a724e6 commit c168c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Call/HttpGetJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function parseResponseData()
public function makeRequest($curl, $options)
{
$curl->setopt(CURLOPT_URL, $this->url.'?'.$this->requestData);
$curl->setopt(CURLOPT_HTTPGET, TRUE);
$curl->setoptArray($options);
$this->curlExec($curl);
}
Expand Down

0 comments on commit c168c70

Please sign in to comment.