Skip to content

Commit a51b231

Browse files
author
Michael v/d Rijt
committed
Merge pull request #4 from orecrush/patch-1
Update Service.php
2 parents 1858059 + 04518e6 commit a51b231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Artisaninweb/SoapWrapper/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function getWsdl()
116116
*/
117117
public function call($function,$params)
118118
{
119-
return call_user_func_array([$this->client, $function], $params);
119+
return call_user_func_array([$this->client, $function], [$params]);
120120
}
121121

122122
/**

0 commit comments

Comments
 (0)