Skip to content

Commit 0b763f0

Browse files
committed
Merge pull request #26 from adamholte/master
pass timeout to makeRequest
2 parents 559f836 + f9f33de commit 0b763f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drewm/MailChimp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function __construct($api_key)
4040
*/
4141
public function call($method, $args=array(), $timeout = 10)
4242
{
43-
return $this->makeRequest($method, $args);
43+
return $this->makeRequest($method, $args, $timeout);
4444
}
4545

4646
/**

0 commit comments

Comments
 (0)