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