X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=pumpio%2Fpumpio.php;h=cd44b682e6ddf5e760cd65ade8e4ed152cee7252;hb=a0344101f122248c3069a5dcfa3ebfcb67215d5a;hp=cea197178cc8abbf275d2ff9c30605ce8aaf8ff3;hpb=b062142800482af361771001f532b61eb2f3b3ca;p=friendica-addons.git diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index cea19717..cd44b682 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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(); } /*