Avoid loop situations and connection timeouts
This commit is contained in:
@@ -166,7 +166,7 @@ class Relation
|
||||
}
|
||||
|
||||
if (empty($contact)) {
|
||||
$contact = Contact::getByURL($url);
|
||||
$contact = Contact::getByURL($url, false);
|
||||
}
|
||||
|
||||
if (empty($contact)) {
|
||||
|
||||
Reference in New Issue
Block a user