]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
"escapeTags" is finally removed
[friendica.git] / mod / match.php
index fcaf8b529de5761bfd6702cea84bd733f6e4d8a9..5f74b8d3a439955968202c13fb6536dc3fea589e 100644 (file)
@@ -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);
                }