]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/pumpio.php
Rendertime: possibility to define a minimal value for displaying the execution times
[friendica-addons.git] / pumpio / pumpio.php
index cea197178cc8abbf275d2ff9c30605ce8aaf8ff3..cd44b682e6ddf5e760cd65ade8e4ed152cee7252 100644 (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();
 }
 
 /*