Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #476 from andygup/php_fix
Browse files Browse the repository at this point in the history
Fix php 7 POST request bug
  • Loading branch information
bsvensson authored Oct 11, 2018
2 parents 912c2a7 + 1cfa168 commit ad2b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHP/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ public function proxyGet($url = null) {
return;
}

public function proxyPost($url, $params)
public function proxyPost($url = null, $params = null)
{
$this->response = null;

Expand Down

0 comments on commit ad2b941

Please sign in to comment.