]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/MatchInterests.php
Changes:
[friendica.git] / src / Module / Contact / MatchInterests.php
index 604a917cbf02524dc8bf5cca7b5e1b06a78e80e2..ac352440496e9ba71df435716fe4ea19fd2b4f4d 100644 (file)
@@ -132,7 +132,7 @@ class MatchInterests extends BaseModule
                                }
                        }
 
-                       $entries = $this->parseContacts(json_decode($result->getBody()), $entries, $limit);
+                       $entries = $this->parseContacts(json_decode($result->getBodyString()), $entries, $limit);
                }
 
                if (empty($entries)) {