X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=5f74b8d3a439955968202c13fb6536dc3fea589e;hb=865006682a3952565035207898b80dfbd6d390b1;hp=fcaf8b529de5761bfd6702cea84bd733f6e4d8a9;hpb=1ced04e54c523c59606852fd0fc76b1282150b6b;p=friendica.git diff --git a/mod/match.php b/mod/match.php index fcaf8b529d..5f74b8d3a4 100644 --- a/mod/match.php +++ b/mod/match.php @@ -83,7 +83,7 @@ function match_content(App $a) continue; } - $msearch = json_decode(DI::httpRequest()->post($server . '/msearch', $params)->getBody()); + $msearch = json_decode(DI::httpClient()->post($server . '/msearch', $params)->getBody()); if (!empty($msearch)) { $entries = match_get_contacts($msearch, $entries, $limit); }