Avoid loop situations and connection timeouts

This commit is contained in:
Michael 2020-08-18 03:55:27 +00:00
parent ba868ea7d7
commit 998c83eacb
2 changed files with 7 additions and 1 deletions

View file

@ -166,7 +166,7 @@ class Relation
}
if (empty($contact)) {
$contact = Contact::getByURL($url);
$contact = Contact::getByURL($url, false);
}
if (empty($contact)) {