diff --git a/src/Drewm/MailChimp.php b/src/Drewm/MailChimp.php index 1afb1fd..bde2951 100644 --- a/src/Drewm/MailChimp.php +++ b/src/Drewm/MailChimp.php @@ -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); } /**