Skip to content

Commit

Permalink
pass timeout to makeRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamholte committed May 30, 2014
1 parent 8692991 commit f9f33de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drewm/MailChimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function __construct($api_key)
*/
public function call($method, $args=array(), $timeout = 10)
{
return $this->makeRequest($method, $args);
return $this->makeRequest($method, $args, $timeout);
}

/**
Expand Down

0 comments on commit f9f33de

Please sign in to comment.