Skip to content

Commit

Permalink
#6 Fixed
Browse files Browse the repository at this point in the history
Fixed issue no #6 Error
  • Loading branch information
noncent committed Dec 4, 2017
1 parent 5090775 commit 0fc9754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private function sendInstagramRequest()
// execute multi curl
$parallelcurl = new \ParallelCurl();
// set curl option
$parallelcurl->setOptions($this->get_curl_std_options());
$parallelcurl->setOptions($this->cUrlOptionHandler());
// send link and get response by callback
$parallelcurl->startRequest($this->users_input, function ($data) {
// set response data
Expand Down

0 comments on commit 0fc9754

Please sign in to comment.