X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=5f74b8d3a439955968202c13fb6536dc3fea589e;hb=cfac13790bc1948697b76b9a6134b61c7bb3173b;hp=fcaf8b529de5761bfd6702cea84bd733f6e4d8a9;hpb=9039d812f12f94e9cac79e3e4571ad6f5d50bf8c;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); }