mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Changed function name
This commit is contained in:
parent
9f01052dd2
commit
b8fa75b2dd
34 changed files with 54 additions and 54 deletions
|
@ -168,7 +168,7 @@ class Contact extends BaseModule
|
|||
}
|
||||
|
||||
if ($contact['network'] == Protocol::OSTATUS) {
|
||||
$result = Model\Contact::createFromProbe($contact['uid'], $contact['url'], $contact['network']);
|
||||
$result = Model\Contact::createFromProbeForUser($contact['uid'], $contact['url'], $contact['network']);
|
||||
|
||||
if ($result['success']) {
|
||||
DBA::update('contact', ['subhub' => 1], ['id' => $contact_id]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue