X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=02ee0c3339241bc2a5a490a5238cf3d8695da6ab;hb=6b93becf7b57f9766cb15f95377f27b3473ffeb8;hp=fcaf8b529de5761bfd6702cea84bd733f6e4d8a9;hpb=7155f825daf90f4113ba3e8755eb51898b8e5736;p=friendica.git diff --git a/mod/match.php b/mod/match.php index fcaf8b529d..02ee0c3339 100644 --- a/mod/match.php +++ b/mod/match.php @@ -1,6 +1,6 @@ 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); }