Fixing Network::post() caused by wrong argument
This commit is contained in:
parent
9491c63934
commit
7c54edd4b4
2 changed files with 4 additions and 4 deletions
|
@ -209,7 +209,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
|
|||
*
|
||||
*/
|
||||
|
||||
$res = Network::post($dfrn_confirm, $params, null, 120)->getBody();
|
||||
$res = Network::post($dfrn_confirm, $params, [], 120)->getBody();
|
||||
|
||||
Logger::log(' Confirm: received data: ' . $res, Logger::DATA);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue