We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 559f836 + f9f33de commit 0b763f0Copy full SHA for 0b763f0
src/Drewm/MailChimp.php
@@ -40,7 +40,7 @@ function __construct($api_key)
40
*/
41
public function call($method, $args=array(), $timeout = 10)
42
{
43
- return $this->makeRequest($method, $args);
+ return $this->makeRequest($method, $args, $timeout);
44
}
45
46
/**
0 commit comments