mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:44:22 +02:00
Move ContactRelation class to Contact\Relation
- Update references in GContact
This commit is contained in:
parent
24a82110fd
commit
a74c547af4
6 changed files with 28 additions and 17 deletions
|
@ -2124,7 +2124,7 @@ class Contact
|
|||
return false;
|
||||
}
|
||||
|
||||
if (ContactRelation::isDiscoverable($ret['url'])) {
|
||||
if (Contact\Relation::isDiscoverable($ret['url'])) {
|
||||
Worker::add(PRIORITY_LOW, 'ContactDiscovery', $ret['url']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue