Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3)

This commit is contained in:
Philipp 2020-10-10 21:07:17 +02:00
parent 0be3439cb7
commit 94b41e0859
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
4 changed files with 4 additions and 4 deletions

View file

@ -1590,7 +1590,7 @@ function pumpio_fetchallcomments(App $a, $uid, $id)
function pumpio_reachable($url)
{
return DI::httpRequest()->get($url, false, ['timeout' => 10])->isSuccess();
return DI::httpRequest()->get($url, ['timeout' => 10])->isSuccess();
}
/*