Skip to content

Commit

Permalink
Merge pull request #137 from licvido/revert-100-patch-1
Browse files Browse the repository at this point in the history
Revert "Update Instagram.php"
  • Loading branch information
vinkla committed May 4, 2015
2 parents e2df3f0 + 85f37d4 commit a852e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ protected function _makeCall($function, $auth = false, $params = null, $method =
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $apiCall);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headerData);
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 20);
curl_setopt($ch, CURLOPT_TIMEOUT, 90);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
Expand Down

0 comments on commit a852e04

Please sign in to comment.