mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
Fixing post()
This commit is contained in:
parent
1aa07f87a4
commit
cebdcb6599
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class HTTPRequest
|
|||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
curl_setopt($ch, CURLOPT_POST, 1);
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, $a->getUserAgent());
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, $this->userAgent);
|
||||
|
||||
if ($this->config->get('system', 'ipv4_resolve', false)) {
|
||||
curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
|
||||
|
|
Loading…
Reference in a new issue