Skip to content

Commit 12541c1

Browse files
author
Michael v/d Rijt
committed
Update Service.php
1 parent 861df06 commit 12541c1

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
@@ -215,7 +215,7 @@ public function call($function, $params)
215215
$this->setSoapHeaders();
216216
}
217217

218-
return call_user_func([$this->client, $function], $params);
218+
return call_user_func_array([$this->client, $function], $params);
219219
}
220220

221221
/**

0 commit comments

Comments
 (0)