Skip to content

Commit 2cd2871

Browse files
committed
Issue: 114: remove leftover defaults from MailchimpApiUser::request.
1 parent 761703c commit 2cd2871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailchimpApiUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function hasApiAccess() {
153153
* @throws MailchimpAPIException
154154
*/
155155
public function request($method, $path, $tokens = NULL, $parameters = [], $batch = FALSE, $returnAssoc = FALSE) {
156-
return $this->api_class->request($method, $path, $tokens = NULL, $parameters = [], $batch = FALSE, $returnAssoc = FALSE);
156+
return $this->api_class->request($method, $path, $tokens, $parameters, $batch, $returnAssoc);
157157
}
158158

159159
}

0 commit comments

Comments
 (0)