Skip to content

Commit 5198f88

Browse files
authored
Merge pull request #115 from primsi/issue-114-remove-wrong-defaults
Issue: 114: remove leftover defaults from MailchimpApiUser::request.
2 parents 761703c + 2cd2871 commit 5198f88

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)